office-gobmx/sax/README
Michael Stahl 403c772973 sax: allow some debug logging in FastParser
Multi-threading makes this difficult; have it print synchronously
where it is in the input when setting:
SAL_LOG="+INFO.sax.fastparser+WARN" SAX_DISABLE_THREADS=1

Change-Id: I8c77974acb2b4d4e273fc9c0f273c345d8feb2ff
2017-09-13 11:11:36 +02:00

13 lines
481 B
Text

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
Multi-threading in FastParser can be disabled for debugging purposes with:
SAX_DISABLE_THREADS=1 SAL_LOG="+INFO.sax.fastparser+WARN"