> I have an document created with the XML writer that is having issues when
> loaded to a mainframe due to the fact the it is inserting a "." or "00"
> between each carachter when viewed as hex. Any ideas why or how to get rid
> of it?
Sounds like an encoding issue. What encoding are you using? If you use
UTF-8 or UTF-16 then any XML parser is supposed to be able to handle that.

Signature
Martin Honnen --- MVP XML
http://JavaScript.FAQTs.com/
Zach.Baier - 27 Apr 2006 15:27 GMT
It was an encoding issue.
Thanks
> > I have an document created with the XML writer that is having issues when
> > loaded to a mainframe due to the fact the it is inserting a "." or "00"
[quoted text clipped - 3 lines]
> Sounds like an encoding issue. What encoding are you using? If you use
> UTF-8 or UTF-16 then any XML parser is supposed to be able to handle that.