aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2014-05-12 20:11:25 -0700
committerBoris Kolpackov <boris@codesynthesis.com>2014-05-12 20:11:25 -0700
commit9173471dfd4d40ca7d07caa3898d83c81db17c4f (patch)
tree760a020f0f7a44c683948e48561dff45a88c9e32 /README
parent99b98c43b71501854ed930fb1ec5bcebc7cf57a5 (diff)
Update README
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 4 insertions, 3 deletions
diff --git a/README b/README
index b751142..3be3fb7 100644
--- a/README
+++ b/README
@@ -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/