This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Escaping single quote


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]