My XML contains HTML, but the XSLT wont render the HTML as HTML.?

I have tried everything.

I have tried the embed the XML content with the apply-template and I have tried with the value-of.

I have tried doing both of those combinations with the attribute disable-output-escaping set to "yes" and to "no" and also not even including the attribute.

And I have tried each of the above six combinations while embedding my XML documents HTML inside of the <![CDATA[...]]> tags.

That is 12 combinations total, and I have tried each of them. With failure. Everything else renders perfectly. And doing what I just described constitutes all of the advice I could find online via Google to fix this problem.
 
Back
Top