|
Subject: disable-output-escaping in text From: "Yasser El-Zein" <xsl_list@xxxxxxxxxxx> Date: Thu, 22 Jun 2000 10:22:01 EDT |
Using Xalan with xsl:output set to: <xsl:output method="html/>
this XSL:
<img><xsl:attribute name="src">
<xsl:test disable-output-escaping="yes">func("v")</xsl:text>
</xsl:attribute></img>and this XSL:
<img><xsl:attribute name="src">
<xsl:test disable-output-escaping="no">func("v")</xsl:text>
</xsl:attribute></img>both produces this html: <img src="func(%22v%22)">
I need to disable escaping and generate:
<img src="func("v")">
________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| RE: XSLT Documentation (Was: RE: Ho, Pawson, David | Thread | RE: disable-output-escaping in text, Yasser El-Zein |
| Re: optional attributes, Jeni Tennison | Date | RE: disable-output-escaping in text, Yasser El-Zein |
| Month |