Is there anyway to put html in to the XSL Stylesheet, this is a large page and would take awhile to convert to xml format. Is it possible to use the TopHTML and BottomHTML values somewhere or some other way of doing it?
And of course, right after I hit "Add to Thread" a
lightbulb goes off in my head and I realize a way to do it, with a combination of D-O-E and CDATA blocks.
It should be noted that this should be a temporary measure, as disable-output-escaping is largely frowned upon by the XSL community as dangerous. The spec is very unclear as to how exactly it should be handled, so browsers can vary on how they implemented it (Mozilla/Firefox seem to have lots of problems with it).
For this situation, though, it'll be applied server-side so it should be ok for now.