This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

controlling output escaping


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]