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

Subject: RE: [xsl] APOSTROPHE in select="..."
From: "Koes, Derrick" <Derrick.Koes@xxxxxxxxxxxxxxxx>
Date: Mon, 16 Dec 2002 09:21:46 -0500
How about a quote?


-----Original Message-----
From: Cross, Neal - Development Controller [mailto:ncross@xxxxxxxxx] 
Sent: Monday, December 16, 2002 8:54 AM
To: 'xsl-list@xxxxxxxxxxxxxxxxxxxxxx'
Subject: RE: [xsl] APOSTROPHE in select="..."

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
This electronic transmission is strictly confidential to Smith & Nephew and
intended solely for the addressee.  It may contain information which is
covered by legal, professional or other privilege.  If you are not the
intended addressee, or someone authorized by the intended addressee to
receive transmissions on behalf of the addressee, you must not retain,
disclose in any form, copy or take any action in reliance on this
transmission.  If you have received this transmission in error, please
notify the sender as soon as possible and destroy this message.

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


Current Thread