Implementing accessibility non-regression check tool

Michael Stahl mstahl at redhat.com
Thu Feb 22 15:59:21 UTC 2018


On 22.02.2018 16:36, Stephan Bergmann wrote:
> I was more hoping that there might be an established plain Python option 
> for XML processing?

FWIW, there is at least xml.etree.ElementTree and xml.dom.minidom in the
CPython bundled libs.

https://docs.python.org/3/library/xml.etree.elementtree.html
https://docs.python.org/3/library/xml.dom.minidom.html



More information about the LibreOffice mailing list