Overview of pugixml capabilities
masterpugixml is a C++ XML processing library designed for high performance. It provides:
- A DOM-like interface with rich traversal and modification capabilities.
- An extremely fast XML parser that constructs a DOM tree from XML files or memory buffers.
- An XPath 1.0 implementation for performing complex, data-driven queries on the tree.
- Full Unicode support, including Unicode interface variants and automatic conversions between different Unicode encodings during parsing and saving.