I am working on a forum that uses XML to do all of its formatting and have run into a problem. See, the post data will be formatted in the script and the forum tags turned to HTML (ex: [ b ] = < b >).
When I use XSL to format my data, it drops the HTML tags. If I use the <![CDATA[]]>, they stay, but you can see them (HTML encoding). What I need is for them to remain untouched (ex: the data inside is not processed by the XSL).
Code:<pbody>some sample post <b>Hey!</b></pbody>





Bookmarks