wok diff pugixml/description.txt @ rev 25175

updated python-cryptography (2.7 -> 2.8)
author Hans-G?nter Theisgen
date Fri Jul 01 17:39:11 2022 +0100 (24 months ago)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/pugixml/description.txt	Fri Jul 01 17:39:11 2022 +0100
     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