I have an XML file which contains some escape characters in it. When I am trying to read that using xpathdocument class in VB I am getting parsing as "The '<' character, hexadecimal value 0x3C, cannot be included in a name. Line #, position #."
How to replace that escape characters before passing that xml file to xpathdocument? The xml file is:
<classes>
<class>Class&</class>
<name>.net></name>
</classes>