|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] RE: How to replace " with '
I find the most readable solution is: <xsl:variable name="quot">"</xsl:variable> <xsl:variable name="apos">'</xsl:variable> <xsl:value-of select="translate(/element/title, $quot, $apos)"/> Michael Kay http://www.saxonica.com/ > -----Original Message----- > From: Jiang, Peiyun [mailto:Peiyun.Jiang@xxxxxxxxxxxxxx] > Sent: 06 June 2005 22:39 > To: 'xsl-list@xxxxxxxxxxxxxxxxxxxxxx' > Subject: How to replace " with ' > > How to make this work? > > <xsl:value-of select="translate(/element/title, '"', "'")" /> > > Thanks. > > Peiyun
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








