Invalid character error in XML file
XML / XSL
1
Posts
1
Posters
0
Views
1
Watching
-
Hello!! I have created an XML document programmatically using DOM and MSXML4. As one of the data items I have added byte data which is actually a processed guid. Now combination of characters generated as GUID and stored as byte format in the xml document, is shown properly. But for some combination when I open the document it says "An invalid character was found in text content" and the document fails to display any data. This happens in Windows 2000 and I have seen this once or twice in Windows 2003. The "corrupt" file opens without any problem in Windows XP. I am using encoding UTF-16. IE Versions I am using are: In Windows 2000 6.0.2800.1106 – SP1 In WinXP 6.0.2900.2180 – SP2 Can someone help!!! Sandeep