mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
b16c47ce3d
Changelog: https://github.com/zeux/pugixml/releases PR: 252374 Submitted by: daniel.engberg.lists@pyret.net Approved by: arrowd, tcberner (mentors, implicit)
11 lines
417 B
Plaintext
11 lines
417 B
Plaintext
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/
|