Problem with transforming HTML in XML with XSTL and Javascri

webmasterbeta

New Member
Hi,

In my AJAX app, I get all data from the server in XML, including announcements posted by the admins.

Some of the admins put xhtml in with the message, so it gets returned in the xml document.

However, when I transform the document using javascript and XSTL / XSL the html is just displayed as text, like it would as if it were surrounded in <pre> statements.

Does anyone know when I can do in the XSL document to make sure all html is in the xml documents are handled by the broswer properly.

This really needs to work in FF and IE

Thanks!

Jon
 
Back
Top