Subject: FW: Apostrification
From: "Michael Kay" <mhkay@xxxxxxxxxxxx>
Date: Tue, 10 Apr 2001 10:44:58 +0100
|
Half a dozen messages I sent out on Saturday were bounced by the list, so
I'm trying again. Sorry if the responses are no longer relevant.
-----Original Message-----
From: Michael Kay [mailto:mhkay@xxxxxxxxxxxx]
Sent: 07 April 2001 10:07
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: RE: Apostrification
> How do I put an aprotophy in this string...
>
> <xsl:value-of select="concat('[@name = '',@name,'']')"/>
>
Try
<xsl:variable name="apos">'</xsl:variable>
<xsl:value-of select="concat('[@name = ',$apos,@name,$apos,']')"/>
Mike Kay
Software AG
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 |
- Apostrification
- Richard Mitchell - Thu, 5 Apr 2001 06:59:53 -0400 (EDT)
- <Possible follow-ups>
- Michael Kay - Tue, 10 Apr 2001 06:58:56 -0400 (EDT) <=
- RSuiter - Tue, 10 Apr 2001 09:45:55 -0400 (EDT)
|
|