aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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/