wok-6.x annotate pugixml/description.txt @ rev 25565

Reenable rpc for glibc, fix gpxe grub4dos receipt, fix linld url
author Stanislas Leduc <shann@slitaz.org>
date Tue May 09 17:24:00 2023 +0000 (16 months ago)
parents
children
rev   line source
Hans-G?nter@25157 1 pugixml is a light-weight C++ XML processing library.
Hans-G?nter@25157 2
Hans-G?nter@25157 3 It features:
Hans-G?nter@25157 4
Hans-G?nter@25157 5 - DOM-like interface with rich traversal/modification capabilities
Hans-G?nter@25157 6 - Extremely fast non-validating XML parser which constructs the DOM
Hans-G?nter@25157 7 tree from an XML file/buffer
Hans-G?nter@25157 8 - XPath 1.0 implementation for complex data-driven tree queries
Hans-G?nter@25157 9 - Full Unicode support with Unicode interface variants and automatic
Hans-G?nter@25157 10 encoding conversions