xsl-list
[Top] [All Lists]

XSL transform escape question

2002-09-09 08:34:47
I am processing an xml file with html tags in it. When I do the transform 
(using the transform method with the SAX parser) it is translating the < to &lt 
and > to &gt. I just want the < to remain as a < and not have the conversion 
take place. I tried doing the following but it is not working either...within 
the "answer" tags in the xml file there are tags which make up a table in html 
( ie: <TR><TD> </TD></TR> etc)

<xsl:value-of select="answer" disable-output-escaping="yes"/> 


Any ideas on how to do this?
Thanks!

Rick Holmberg
Motorola SPS IT e-Business Development

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



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