[Home] [By Thread] [By Date] [Recent Entries]
now to get that expression into a select attrbute. As far as XML is concerned it's all just an opaque string, that has three " and five ' so if you are using " to delimit the attrinute you need to " the occurrences of " in the attribute value And if your parser still gets confused, or all the quotes are turning before your eyes, just use two variables like: <xsl:variable name="apos">'</xsl:variable> <xsl:variable name="quot">"</xsl:variable> Though, as discussed recently on this list, this creates document tree fragments rather than strings in XSLT 1. (Not that you would notice much about that..) Grtz, Geert
|

Cart



