RE: [xsl] APOSTROPHE in select="..."

Subject: RE: [xsl] APOSTROPHE in select="..."
From: "Cross, Neal - Development Controller" <ncross@xxxxxxxxx>
Date: Mon, 16 Dec 2002 13:53:33 -0000
Have you done:
 select="'&#x27;'"


-----Original Message-----
From: sguazt@xxxxxxxxxxx [mailto:sguazt@xxxxxxxxxxx]
Sent: 16 December 2002 14:10
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: [xsl] APOSTROPHE in select="..."


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="'&apos;'"
* select="'&#x27'"
* select="'"
* select="&apos"
* select="&#x27"
but all are wrongs!!!
Any idea??
Thank you in advance!!

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread