I'm trying to use Microsoft.XMLDOM to parse the results of queries into an Exchange mailbox. Most of the time it works okay, but if I try to get a value such as
objXMLDOM.GetElementsByTag
Name("d:0x
7C070102")
I get an ASP.Net error:
Expected token 'eof' found 'NUMBER'.
.//d:-->0<--x7C070102
It only seems to fail when I am looking for something with 0x in it. Do I need to escape it, or something?
Start Free Trial