simple XML library
Date: 12/21/04
(C Sharp) Keywords: xml
Does anybody know of a good, simple XML library? I'm looking for something that can parse an XML tree and return some kind of data structure that reflects the contents.
Such functionality may be built-in, but I can't find it if so. Any help would be appreciated :)
Update: I need to do it at runtime, as the tree I'm parsing is the return value from a network operation :/ It also needs to run under Mono, so anything that uses (for instance) XPath is out.
Source: http://www.livejournal.com/community/csharp/22654.html