diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2014-05-12 20:11:25 -0700 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2014-05-12 20:11:25 -0700 |
commit | 9173471dfd4d40ca7d07caa3898d83c81db17c4f (patch) | |
tree | 760a020f0f7a44c683948e48561dff45a88c9e32 | |
parent | 99b98c43b71501854ed930fb1ec5bcebc7cf57a5 (diff) |
Update README
-rw-r--r-- | README | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -1,6 +1,7 @@ -libstudxml is a C++ XML library. It provides parsing and serialization -APIs that were specifically designed for C++ and based on typical C++ -application needs when it comes to XML. For more information see: +libstudxml is a streaming XML pull parser and streaming XML serializer +implementation for modern, standard C++. It has an API that we believe +should have already been in Boost or even in the C++ standard library. +For more information see: http://www.codesynthesis.com/projects/libstudxml/ |