[xsl] converting encoded characters <, > etc

Subject: [xsl] converting encoded characters <, > etc
From: "Wong Chin Shin" <publicbbs@xxxxxxxxxxxxxxxx>
Date: Wed, 1 Dec 2004 19:55:30 +0800
Hi,

When I manipulate XML data using XMLDOM in ASP, all characters like "<" and
">" in the XML data gets converted to "&lt;" and "&gt;". 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

Current Thread