Hi..
I am trying to parse a xml file in vb.net(imports system.xml). I have tried with xmlDocument and xmlTextReader to parse files with illegal characters like... leader_string=''. This will jump out of the try-catch refuseing to read this string.
Anyone know how I can parse an xml file even if it contains 'characters' like the ???
Maybe I can open the file as a streamReader first and search and delete the , but how do I search for the ? What is anyway?
Thanks in advance..
Tommy
I am trying to parse a xml file in vb.net(imports system.xml). I have tried with xmlDocument and xmlTextReader to parse files with illegal characters like... leader_string=''. This will jump out of the try-catch refuseing to read this string.
Anyone know how I can parse an xml file even if it contains 'characters' like the ???
Maybe I can open the file as a streamReader first and search and delete the , but how do I search for the ? What is anyway?
Thanks in advance..
Tommy