Commonly Compared
Review of pugixml powered by the Slant community.
A light-weight C++ XML processing library.
Ranked in these QuestionsQuestion Ranking
Pros
Pro Full Unicode support
This allows all characters to be used and read/written in the DOM tree.
Pro XPath support
XPath 1.0 implementation for complex data-driven tree queries. XPath allows for navigation by selecting nodes from the XML.
Cons
Con Non-validating
The parser will not check the validation rules in the DTD or schema. Only syntax will be checked.