|
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 "
>
> so
> select="function("dataLocation/data[@ID='5']")"
>
> 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 |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] Escaping single quote, David Carlisle | Thread | RE: [xsl] Escaping single quote, Américo Albuquerque |
| RE: [xsl] Escaping single quote, Michael Kay | Date | RE: [xsl] Escaping single quote, Américo Albuquerque |
| Month |