Regarding parsing XML Efficiently

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • riteshsingh
    New Member
    • Jan 2012
    • 4

    Regarding parsing XML Efficiently

    I get a string variable with XML in it and have a XSD file. I have to validate the XML in the string against XSD file and know there is more than one way (XmlDocument, XmlReader, ... ?).

    After the validation I just have to store the XML, so I don't need it in an XDocument oder XmlDocument.

    What's the way to go if I want the fastest performance?
Working...