Oracle Transactional Business Intelligence

Products Banner

XSLT Template - Functions

50
Views
4
Comments

Summary

Would like to use "functions" in XSLT template for BI reports, but it's not working

Content

I'm trying to use functions available in XSL and using the below namespace to refer XSLT Functions. But the link seems not working. Any idea how to resolve this issue?

xmlns:xdoxslt="http://www.oracle.com/XSL/Transform/java/oracle.xdo.template.rtf.XSLTFunctions&quot

I just tried call lpad function <xsl:value-of select="xdoxslt:lpad('test', 65, ' ')" />; but getting an error.

Tagged:

Comments