Re: [xsl] Escaping single quote

Subject: Re: [xsl] Escaping single quote
From: David Carlisle <davidc@xxxxxxxxx>
Date: Fri, 12 Jul 2002 18:00:18 +0100
> 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


Current Thread