Removing Hexadecimal Character from XML File Hello All,
I got one problem in Parsing XML File.
In our application we are reading an XML File for input using XMLText reader in C#.
Now in that XML file there is an Hexadecimal character and its giving following error while reader.Read() method.
'The File is not a proper xml file parse error is '', hexadecimal value 0x07
Its an urgent issue can anyonoe suggest a way to remove this character before parsing or using some character set so as to read it or eliminate it.
Currently we for testing just removed that character using StreamReader but thats also a memory consuming approach as file size can be large also.
It would be great if you can help me out in this as soon as possible
Regards
Kunal Shah
9342265409
Started By kunalshah on Feb 1, 2006 at 9:48:34 PM |