Subject: RE: !!!showing HTML data in XML files using XSL!!!
From: "Michael Kay" <mhkay@xxxxxxxxxxxx>
Date: Fri, 30 Mar 2001 10:04:46 +0100
|
> Can anyone please tell me how to show HTML text that was
> between XML tags
> using XSL?
> That is I have some text like this:
>
> XML:
> <root>
> <text><I><B>here is some info</B></I></text>
> </root>
>
> in XSL I'll be using <xsl:value-of select="root/text"/> to
> show the info.
Just use <xsl:copy-of select="root/text"/> instead.
Mike Kay
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|