Subject: RE: Converting special characters From: Kay Michael <Michael.Kay@xxxxxxx> Date: Tue, 19 Sep 2000 15:14:37 +0100 |
> <xsl:when test="contains($string, '"')"> An XML attribute can't contain both double and single quotes. I generally try to avoid the complexities of XML escaping by using <xsl:variable name="quot">"</xsl:variable> <xsl:when test="contains($string, $quot)"> Mike Kay XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
Current Thread |
---|
|
<- Previous | Index | Next -> |
---|---|---|
Re: Converting special characters, David Carlisle | Thread | RE: Converting special characters, Matthew Bentley |
RE: string split, Chris Bayes | Date | RE: breaking sorted material into s, Eric Taylor |
Month |