Xml Text format Question

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • babai28
    New Member
    • Jul 2008
    • 59

    Xml Text format Question

    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?
Working...