wok-6.x diff 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 diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/pugixml/description.txt	Wed Sep 28 09:44:06 2022 +0000
     1.3 @@ -0,0 +1,10 @@
     1.4 +pugixml is a light-weight C++ XML processing library.
     1.5 +
     1.6 +It features:
     1.7 +
     1.8 +- DOM-like interface with rich traversal/modification capabilities
     1.9 +- Extremely fast non-validating XML parser which constructs the DOM
    1.10 +  tree from an XML file/buffer
    1.11 +- XPath 1.0 implementation for complex data-driven tree queries
    1.12 +- Full Unicode support with Unicode interface variants and automatic
    1.13 +  encoding conversions