S
Stryder
I'm using Oracle 11g's Java XDK to try and apply XSLT stylesheets to
XMLType objects. If I run the external utility $ORACLE_HOME/bin/
oraxsl on the XML and stylesheet it works fine.
However if I create an XMLTYPE out of the two and try and use the
XMLType.transform method, it seems to have limited capability.
Specifically it doesn't like using the Oracle Java XDK's ability to
use Java methods as XPath functions - this DOES work with oraxsl but
NOT in the database using XMLType.transform.
Is there a way to force XMLType.transform to use an XSLT processor
that recognizes these capabilities?
Thanks in advance for any help.
XMLType objects. If I run the external utility $ORACLE_HOME/bin/
oraxsl on the XML and stylesheet it works fine.
However if I create an XMLTYPE out of the two and try and use the
XMLType.transform method, it seems to have limited capability.
Specifically it doesn't like using the Oracle Java XDK's ability to
use Java methods as XPath functions - this DOES work with oraxsl but
NOT in the database using XMLType.transform.
Is there a way to force XMLType.transform to use an XSLT processor
that recognizes these capabilities?
Thanks in advance for any help.