[XSL-LIST Mailing List Archive Home]
[By Thread]
[By Date]
Re: [xsl] String literals with both single and double quotes
Subject: Re: [xsl] String literals with both single and double quotes
From: Elliotte Harold <elharo@xxxxxxxxxxxxxxx>
Date: Wed, 03 Jan 2007 18:22:50 -0500
|
Abel Braaksma wrote:
To create a string with both literal apostrophe and quote, you can do this:
<xsl:value-of select="concat( ' " ', " ' " ) "/>
My concern is only with string literals, not with strings. Some parsing
is simpler if the string literal does not include both single and double
quotes.
--
o;?Elliotte Rusty Harold elharo@xxxxxxxxxxxxxxx
Java I/O 2nd Edition Just Published!
http://www.cafeaulait.org/books/javaio2/
http://www.amazon.com/exec/obidos/ISBN=0596527500/ref=nosim/cafeaulaitA/
|