diff options
Diffstat (limited to 'libraries/libxml++3/README')
-rw-r--r-- | libraries/libxml++3/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libraries/libxml++3/README b/libraries/libxml++3/README new file mode 100644 index 0000000000..16d51a4d33 --- /dev/null +++ b/libraries/libxml++3/README @@ -0,0 +1,5 @@ +libxml++ is a C++ API for the popular libxml2 XML parser, written in C. +libxml2 is famous for its high performance and compliance to standard +specifications, but its C API is quite difficult even for common tasks. + +libxml++3 does not conflict with the libxml++ package. |