|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] RE: disable-output-escaping
An example: XML
-------
<FRUIT>
<NAME>Apple</NAME>
<ESSAY><![CDATA[ <B>Here</B> is some HTML that I want to output
about <I>Apples</I>
]]></ESSAY> </FRUIT> XSL ------- <xsl:value-of select = "FRUIT/ESSAY" disable-output-escaping = "yes"/> When using XT, the ESSAY section comes out as formatted HTML (that is bold and italicized text); when using cocoon, the tags are unprocessed (the <B>, </B> are printed literally). Thoughts? This approach and your use of the word "tags" usually indicates a flaw in your methodology for generating HTML via XSL. Post an example of what exactly you need to disable output escaping for. There is probably a way to do it without jeopardizing well-formedness.
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








