cancel
Showing results for 
Search instead for 
Did you mean: 

Retrieving System ID in xslt mapping

Former Member
0 Kudos

Hi All,

Can anyone tell how to retrieve the system ID using xslt mapping?

i know it is possible in UDF, but i want to use the same in XSLT.

I tried the following but was not sucessful:

<xsl:value-of select="system-property('user.name')"/>

Kindly help.

Regards,

Meenakshi

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos
Former Member
0 Kudos

Hi,

I know it is possible to call the Udf in the xslt. But my requirement is to retrieve the system id in the xslt mapping.

regards,

Meenakshi

Former Member
0 Kudos

then you should be able to solve it

OR am I understanding wrong

Zip and Import you java code in the namespace where you are doing xslt.

and just have to call UDF in XSLT.

that will give the desired output.