wok-6.x view pugixml/description.txt @ rev 25461
foobillardplus: add LDFLAGS for -Wl,--copy-dt-needed-entries
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Sep 28 09:44:06 2022 +0000 (2022-09-28) |
parents | |
children |
line source
1 pugixml is a light-weight C++ XML processing library.
3 It features:
5 - DOM-like interface with rich traversal/modification capabilities
6 - Extremely fast non-validating XML parser which constructs the DOM
7 tree from an XML file/buffer
8 - XPath 1.0 implementation for complex data-driven tree queries
9 - Full Unicode support with Unicode interface variants and automatic
10 encoding conversions