office-gobmx/sax
Noel Grandin 8030c5cfbb loplugin:reftotemp in pyuno..sax
Change-Id: Ia616256e06f64ad3c635ac30abf521e5dab107d7
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/176401
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2024-11-11 15:47:38 +01:00
..
inc
qa tdf#36709 Refactor Converter to separate parsing from unit conversion 2024-11-01 22:41:03 +01:00
source loplugin:reftotemp in pyuno..sax 2024-11-11 15:47:38 +01:00
test
CppunitTest_sax.mk Use less boost_headers in low level libraries 2024-03-06 21:23:17 +01:00
CppunitTest_sax_attributes.mk
CppunitTest_sax_parser.mk Use less boost_headers in low level libraries 2024-03-06 21:23:17 +01:00
CppunitTest_sax_xmlimport.mk Use less boost_headers in low level libraries 2024-03-06 21:23:17 +01:00
IwyuFilter_sax.yaml
Library_sax.mk tdf#161483 enable LO to read ODF angle units 2024-06-25 16:21:42 +02:00
Makefile
Module_sax.mk
README.md
README.vars

UNO Services for SAX

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"