Henrik Gemal wrote:
when I use saveDocument HTML entities like fx © gets converted into a real copyright char.
Actually, no. The copyright char is what's in the DOM. All that's happening is that the save code is not converting it into an entity.
You probably want to set ENCODE_FLAGS_ENCODE_W3C_ENTITIES or ENCODE_BASIC_ENTITIES or some such.
-Boris
Basiclly I just wanna save the original document. But I'm just not sure how to do this the best way. I dont want to modify the document in any way.
-- Henrik Gemal Mozilla Evangelist
Mozilla Blog with news, devinfo, links, etc: http://gemal.dk _______________________________________________ mozilla-embedding mailing list [EMAIL PROTECTED] http://mail.mozilla.org/listinfo/mozilla-embedding
