|
I am getting an exceptionat the call to ReadOuterXml to read through an xml file that I have. It is an exception stating '/' is an unexpected token. The expected token is '=' The xml file that I am going through has an element with a slash in it like this <Date/Time> The problem is occurring at the slash. I guess because this is an escape character. Any easy way to get around this problem? Thanks |