1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/textproc/pugixml/pkg-descr
Rainer Hurling b16c47ce3d textproc/pugixml: Update to 1.11.4
Changelog: https://github.com/zeux/pugixml/releases

PR:		252374
Submitted by:	daniel.engberg.lists@pyret.net
Approved by:	arrowd, tcberner (mentors, implicit)
2021-01-03 16:46:39 +00:00

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/