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: Javascript in XSLT


> No need to escape the parentheses, by the way. And you're 
> right, XSLT is XML, so it gets parsed first. ' is no 
> better than a literal ', because by the 
> time it gets into XPath/XSLT land, it's an apostrophe either 
> way, and XPath 
> doesn't have a mechanism for escaping them. Seems like they 
> could've used 
> backslashes.. wonder why they didn't.

XPath 2.0 allows the apostrophe to be doubled, as in SQL:

<xsl:value-of select="'I haven''t a clue'"/>

Michael Kay
Software AG
home: Michael.H.Kay@ntlworld.com
work: Michael.Kay@softwareag.com 


 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]