controlling output escaping

Subject: controlling output escaping
From: Hans-Guenter Stein <Hans-Guenter.Stein@xxxxxxxxx>
Date: Tue, 25 Jul 2000 21:00:06 +0200
Could anyone help me with controlling the output of an xslt:

The input looks like:

<someTag>This is &lt;i&gt;italic&lt;/i&gt; text.</someTag>

after the xsl-transformation this should result in:

This is <i>italic</i> text.

The issue is to create html-tags in the output without having the
processor to interpret it as an xml-node!!

Hans-Guenter


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


Current Thread