in reply to Re: Exporting HTML in an XML document
in thread Exporting HTML in an XML document

If anyone else reads this and has run into a similar problem, I suppose another way of getting around this would to Base-64 encode the data. That'd solve all charset and encoding problems right there. Unfortunately, it also adds 33% space overhead (don't care) and decoding overhead when the file's loaded (more of a problem).

-- telcontar
  • Comment on Re^2: Exporting HTML in an XML document