RE: [xsl] NEW2!!!showing HTML data in XML files using XSL!!!

Subject: RE: [xsl] NEW2!!!showing HTML data in XML files using XSL!!!
From: "Michael Kay" <mhkay@xxxxxxxxxxxx>
Date: Sat, 7 Apr 2001 10:56:49 +0100
> what if the HTML text is between <![CDATA[text is
> <I>here</I>]]> in the XML
> file?
> how can I copy that section and display as HTML normally.  Cos at the
> moment, I get something like this:
> text is <I>here</I>
> on the browser, the XSL seem to have changed the '<' and '>'
> into &lt; and
> &gt;

Rosa, you have been on this list for a while, you must surely know that this
is not a new question (let alone a !!!NEW2!!! one), but is rather a FAQ.

If you must put your HTML in a CDATA section, then you will have to output
it using disable-output-escaping.

Mike Kay


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


Current Thread