b16c47ce3d
Changelog: https://github.com/zeux/pugixml/releases PR: 252374 Submitted by: daniel.engberg.lists@pyret.net Approved by: arrowd, tcberner (mentors, implicit)
10 lines
417 B
Text
10 lines
417 B
Text
pugixml is a light-weight C++ XML processing library. It features:
|
|
|
|
* DOM-like interface with rich traversal/modification capabilities
|
|
* Extremely fast non-validating XML parser which constructs the DOM tree from an
|
|
XML file/buffer
|
|
* XPath 1.0 implementation for complex data-driven tree queries
|
|
* Full Unicode support with Unicode interface variants and automatic encoding
|
|
conversions
|
|
|
|
WWW: https://pugixml.org/
|