wok diff pugixml/description.txt @ rev 25633

wbar: remove imlib2-config
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Dec 24 10:30:04 2023 +0000 (6 months ago)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/pugixml/description.txt	Sun Dec 24 10:30:04 2023 +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