RE: [xsl] Escaping single quote

Subject: RE: [xsl] Escaping single quote
From: "Michael Kay" <michael.h.kay@xxxxxxxxxxxx>
Date: Fri, 12 Jul 2002 18:57:12 +0100
> Thanks for the quick reply, I'm thinking more of something like this:
> 
> <xsl:value-of 
> select="concat('/JSPRoot',DataLocation,'[@ID='5']','/',Databas
> eVariableName)"/>
>    
> The single quotes around the 5 isn't liked because of the 
> single quote around the '[@ID....]'
> 
> Any ideas?

Write 
<xsl:variable name="apos">'</xsl:variable>
and then use $apos in your concat() call.

Michael Kay
Software AG
home: Michael.H.Kay@xxxxxxxxxxxx
work: Michael.Kay@xxxxxxxxxxxxxx 


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread