Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

using ora:getInstanceID() inside XSLT

602229Jan 9 2008 — edited Dec 2 2008
Hi

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?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 30 2008
Added on Jan 9 2008
7 comments
3,446 views