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


What language are you writing in? Which part of the code below is
supposed to be XPath? If "function()" is a JavaScript function, for
example, then use the escape conventions for JavaScript. (Presumably
"\'").

Michael Kay
Software AG
home: Michael.H.Kay@ntlworld.com
work: Michael.Kay@softwareag.com 
> 
> I have a String that I want to send to a function, but there 
> are single quotes in it. How can I escape the single quotes?
> 
> Example:
> 
> function('dataLocation/data[@ID='5']')
> 
> The '5' is causing XSL to complain. How can I escape the 
> single quotes around the 5?
> 
> Thanks.
> 
> Manish
> 
> 
> 
>  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]