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]
Other format: [Raw text]

include html code from xml


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


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