A
Ayende Rahien
I've an XML document that has HTML data inside one of the tags (with < & >
encoding as < etc)
I'm Transform()ing the document using output method="html", but I get the
< encoding instead of < > and friends.
How do I make this work?
If I just throw the HTML data (it's well formed) to the document and select
the containing node's contents I get the text without any HTML Formatting.
If I encode it using < I get the same < as I put in, instead of
reversing it to <
If I put it in a CData (using < & > OR <
I get < !
I'm sure it's a simple question, but I've been googling for the past hour
without success.
encoding as < etc)
I'm Transform()ing the document using output method="html", but I get the
< encoding instead of < > and friends.
How do I make this work?
If I just throw the HTML data (it's well formed) to the document and select
the containing node's contents I get the text without any HTML Formatting.
If I encode it using < I get the same < as I put in, instead of
reversing it to <
If I put it in a CData (using < & > OR <

I'm sure it's a simple question, but I've been googling for the past hour
without success.