wok diff pugixml/description.txt @ rev 25351
updated tesseract and tesseract-dev (3.02.02 -> 5.2.0)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Jul 26 13:57:27 2022 +0100 (2022-07-26) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/pugixml/description.txt Tue Jul 26 13:57:27 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