How to replace HEX character in an xml document?
- by Nalum
I'm trying to import an xml file into vb.net XmlDocument but am getting the error:
'.', hexadecimal value 0x00, is an invalid character. Line 94, position 1.
I'm wondering if there is a way to replace the hex character 0x00
The following are lines 92,93,94 the file ends on line 94
92 | </request>
93 |</rpc> <!-- XML Finishes here -->
94 |
Thanks for any help.