Subject: FW: NEW2!!!showing HTML data in XML files using XSL!!!
From: "Michael Kay" <mhkay@xxxxxxxxxxxx>
Date: Tue, 10 Apr 2001 10:47:55 +0100
|
-----Original Message-----
From: Michael Kay [mailto:mhkay@xxxxxxxxxxxx]
Sent: 07 April 2001 10:57
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: RE: NEW2!!!showing HTML data in XML files using XSL!!!
> 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 < and
> >
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
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|