On 15/10/22 Damjan Jovanovic wrote:
We currently use 2 XML libraries in our C/C++ code, expat and libxml2.
This is unnecessary, one of them can be removed, and I propose we
remove expat.

+1 from me; as you explain, keeping expat would need additional effort too due to the compiler issues, so this approach is definitely more sustainable - and thank you for starting it!

I am sure libxml2 is being used to load
documents instead of expat, because a debugger breakpoint on expat's
XML_Parse() doesn't get triggered.

Good to know as this will limit possible regressions.

Regards,
  Andrea.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org

Reply via email to