From 926ebe673b144a863a827e309fa48197c82749c6 Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Thu, 30 Jul 2015 16:55:44 -0500 Subject: libraries/pugixml: Added: (XML parser for C) Signed-off-by: Erik Hanson --- libraries/pugixml/README | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 libraries/pugixml/README (limited to 'libraries/pugixml/README') diff --git a/libraries/pugixml/README b/libraries/pugixml/README new file mode 100644 index 0000000000..e5e93ea28f --- /dev/null +++ b/libraries/pugixml/README @@ -0,0 +1,6 @@ +pugixml is a C++ XML processing library, which consists of a DOM-like +interface with rich traversal/modification capabilities, an extremely +fast XML parser which constructs the DOM tree from an XML file/buffer +and an XPath 1.0 implementation for complex data-driven tree queries. +Full Unicode support is also available, with Unicode interface +variants and conversions between different Unicode encodings. -- cgit v1.2.3