How to replace HEX character in an xml document?
Posted
by Nalum
on Stack Overflow
See other posts from Stack Overflow
or by Nalum
Published on 2010-06-01T14:21:46Z
Indexed on
2010/06/01
14:23 UTC
Read the original article
Hit count: 272
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.
© Stack Overflow or respective owner