disable-output-escaping in text

Subject: disable-output-escaping in text
From: "Yasser El-Zein" <xsl_list@xxxxxxxxxxx>
Date: Thu, 22 Jun 2000 10:22:01 EDT
Does someone have an explenation/solution for this behavior:

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")">

this is okey with Dynamo, witch am using. The parser should disable-output-escaping when I tell it to do so.


________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com


XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list



Current Thread