Re: [xsl] Escaping single quote

Subject: Re: [xsl] Escaping single quote
From: "Manish M. Shah" <manish@xxxxxxxxxxxx>
Date: 12 Jul 2002 12:27:57 -0500
Thanks for the quick reply, I'm thinking more of something like this:

<xsl:value-of
select="concat('/JSPRoot',DataLocation,'[@ID='5']','/',DatabaseVariableName)"/>
   
The single quotes around the 5 isn't liked because of the single quote
around the '[@ID....]'

Any ideas?

On Fri, 2002-07-12 at 12:00, David Carlisle wrote:
> > but there are single
> > quotes in it. How can I escape the single quotes?
> 
> use " around the string.
> If the entire expression is in an attribute that value is using "
> you will need to hide the " as &quot;
> 
> so
> select="function(&quot;dataLocation/data[@ID='5']&quot;)"
> 
> David
> 
> _____________________________________________________________________
> This message has been checked for all known viruses by Star Internet
> delivered through the MessageLabs Virus Scanning Service. For further
> information visit http://www.star.net.uk/stats.asp or alternatively call
> Star Internet for details on the Virus Scanning Service.
> 
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
> 
> 



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


Current Thread