[xsl] include html code from xml

Subject: [xsl] include html code from xml
From: longjohn <longjohn@xxxxxxxxxxxx>
Date: Thu, 09 May 2002 17:48:42 +0200
I've got an XML tag containing some html code as a string.
I want to call this tag inside xsl and directly print html , not the string.
Example
root -
       |
       - - <TAG1> hello<br>bye </TAG1>

* After processing TAG1 in the xsl stylesheet I want to see in my page :
hello
bye

* Not :
hello<br>bye

How can I do it ?
Thanks


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



Current Thread