using ora:getInstanceID() inside XSLT
602229Jan 9 2008 — edited Dec 2 2008Hi
I am facing problems using getInstanceID inside XSLT
I am assigning it to a node by adding XPath function and then putting
ora:getInstanceID in it
The statement looks like this:
<xsl:value-of select="ora:getInstanceId()"/>
the expression not only returns null, but also produces problem in transforming remaining nodes.
I need to use this inside XSL map since i have multiple inputs ( using for-each in transform) and for each of these, i need instance id to be assigned
Is there any way?