Subject: RE: treating <xsl:value-of..> as html tags.
From: "Michael Kay" <mhk@xxxxxxxxx>
Date: Tue, 26 Aug 2003 23:36:28 +0100
|
You probably want xsl:copy-of.
But you're going to get in a muddle if you think of the input as
containing "text" and "tags". The input is a tree containing nodes.
Michael Kay
> -----Original Message-----
> From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> [mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx] On Behalf Of Lee, Insoo
> Sent: 26 August 2003 23:10
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Subject: treating <xsl:value-of..> as html tags.
>
>
>
>
> Hi, within my xsl -> html translatin, I have something like this
>
> <xsl:value-of select="SOME_HTML_TEXT"/>
>
> Only issue is that this 'SOME_HTML_TEXT' contains actual
> text along with <html> tags with <font> etc.. and they would
> get displayed with those them..
>
> Anyway to tell xsl to actually treat html tags in the value
> as html tags? Thanks
>
>
>
> XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
>
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|