This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

disable-output-escaping in text


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]