diff options
-rw-r--r-- | sax/README | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/sax/README b/sax/README index 5bd1d1d98381..0e1e6175f3f1 100644 --- a/sax/README +++ b/sax/README @@ -1 +1,10 @@ -Wrapper around expat using UNO. +UNO services for SAX parsing and C++ functions for XMLSchema-2 data types. + +* source/expwrap: + string-based SAX parser UNO service wrapping expat +* source/fastparser: + multi-threaded token-based SAX parser UNO service wrapping libxml2 +* source/tools: + + C++ wrapper for fast SAX parser + + C++ XMLSchema-2 data type conversion helpers + |