Escape single quote in xslt concat function
Posted
by keshav.veerapaneni
on Stack Overflow
See other posts from Stack Overflow
or by keshav.veerapaneni
Published on 2010-05-22T07:19:30Z
Indexed on
2010/05/22
7:20 UTC
Read the original article
Hit count: 298
Hello Colleagues, I want to output single quote around $ID variable in the below xsl:value-of xsl statment.
<xsl:value-of select="concat('process[@Ref=',$ID,']')"></xsl:value-of>
currently it prints process@Ref=87799989
Please let me know how can i achieve this.
Thanks in advance, Keshav
© Stack Overflow or respective owner