XSLT Template - Functions
Summary
Would like to use "functions" in XSLT template for BI reports, but it's not workingContent
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"
I just tried call lpad function <xsl:value-of select="xdoxslt:lpad('test', 65, ' ')" />; but getting an error.
Tagged:
1