Subject: RE: HTML tags from XML content
From: "Michael Kay" <mhkay@xxxxxxxxxxxx>
Date: Sat, 10 Feb 2001 14:43:22 -0000
|
> I am trying to transform an XML file to HTML format. The original XML
> elements contain some HTML formatting tags in
> "&lt;P&gt;" format. If
> I don't do anything about it, "<P>" will be displayed,
> that is, the
> "&" is converted to "&" and that is it.
>
> I want this to be converted to "<P>".
Use xsl:value-of with disable-output-escaping="yes".
Mike Kay
>
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|