|
Subject: [xsl] APOSTROPHE in select="..." From: sguazt@xxxxxxxxxxx Date: Mon, 16 Dec 2002 15:10:08 +0100 |
Hi, anyone can tell me how can I generate an apostrophe character (') inside an
xsl select expression; e.g.:
<xsl:with-param name="foo" select="'''" /> <!-- this is bad!!! -->
Yes, I know!! I can write:
<xsl:with-param name="foo"><xsl:text>'</xsl:text></xsl:with-param>
but I ask myself If a solution does exist!!
I tried with:
* select="'''"
* select="'''"
* select="'''"
* select="'"
* select="&apos"
* select="'"
but all are wrongs!!!
Any idea??
Thank you in advance!!
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| RE: [xsl] APOSTROPHE in select="..., Cross, Neal - Develo | Thread | Re: [xsl] APOSTROPHE in select="..., David Carlisle |
| Re: [xsl] APOSTROPHE in select="..., Babu Sathish Ramaraj | Date | RE: [xsl] APOSTROPHE in select="..., Koes, Derrick |
| Month |