xsl-list
[Top] [All Lists]

RE: treating <xsl:value-of..> as html tags.

2003-08-26 15:36:28
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(_at_)lists(_dot_)mulberrytech(_dot_)com 
[mailto:owner-xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com] On Behalf Of 
Lee, Insoo
Sent: 26 August 2003 23:10
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject: [xsl] 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



<Prev in Thread] Current Thread [Next in Thread>