|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] 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.
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








