I have XSL inside Javascript. The XML looks like this: <image>imagename.jpg</image>. Any time that tag's there, the output should be \"imagename.jpg\" . This template works, but it doesn't escape the quotation marks:
<xsl:template match="image"> <xsl:attribute name="src"> <xsl:apply-templates /> </xsl:attribute> </img> </xsl:template> What do I need to do to escape the quotation marks from that? I've seen about 400 examples on-line--none of which actually do what I want. Thanks, Joseph Caporale -- View this message in context: http://www.nabble.com/Escaping-double-quotation-marks-in-XSL-tf4680435.html#a13373968 Sent from the Apache XML - General mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]