Subject: Re: converting encoded characters <, > etc
From: Geert Josten <Geert.Josten@xxxxxxxxxxx>
Date: Wed, 01 Dec 2004 13:13:54 +0100
|
Hi,
Depends on the way you actually insert the data into XSL, but you could do something like the following:
<xsl:value-of select="-- path to data --" disable-output-escaping="yes" />
Cheers
Wong Chin Shin wrote:
Hi,
When I manipulate XML data using XMLDOM in ASP, all characters like "<" and
">" in the XML data gets converted to "<" and ">". How do I convert
them back to the actual tags in the XSL file 'cos I need to lay them out as
tags in the final output?
Thanks!
Wong
--
Geert.Josten@xxxxxxxxxxx
IT-consultant at Daidalos BV, Zoetermeer (NL)
http://www.daidalos.nl/
tel:+31-(0)79-3316961
fax:+31-(0)79-3316464
GPG: 1024D/12DEBB50
|