C# Developers' Journal (original) (raw)

10:33a

simple XML library 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.

(8 Comments |Comment on this)