Hi All,
I have a situation where I need to read an xml file in true text format for example
When I read an attribute value in the xml Document using XmlReader and the value is "," I get "," as the string output because "," is the HTML equivalent of ",". However I need "," as it is.
I have tried all work arounds like reading the file using string reader and then reconverting it into xml and other ways.
Am I missing a class? Can somebody point out a way?
I have a situation where I need to read an xml file in true text format for example
When I read an attribute value in the xml Document using XmlReader and the value is "," I get "," as the string output because "," is the HTML equivalent of ",". However I need "," as it is.
I have tried all work arounds like reading the file using string reader and then reconverting it into xml and other ways.
Am I missing a class? Can somebody point out a way?