Michael Stahl, on jeu. 22 févr. 2018 16:59:21 +0100, wrote:
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
An issue with these is that they do not keep source line numbers of the
nodes. That's really concerning for providing useful information to
the programmer. We will be bothering them with new warnings that they
will have to learn about ; if we don't provide with line numbers, they
will get rightfully angry :) We could fallback to only providing the
class and id of the suspected widget. In some cases we have seen no id
defined, and thus no pointer to give to the programmer.
Samuel
Context
- Re: Implementing accessibility non-regression check tool (continued)
Re: Implementing accessibility non-regression check tool · Stephan Bergmann
Privacy Policy |
Impressum (Legal Info) |
Copyright information: Unless otherwise specified, all text and images
on this website are licensed under the
Creative Commons Attribution-Share Alike 3.0 License.
This does not include the source code of LibreOffice, which is
licensed under the Mozilla Public License (
MPLv2).
"LibreOffice" and "The Document Foundation" are
registered trademarks of their corresponding registered owners or are
in actual use as trademarks in one or more countries. Their respective
logos and icons are also subject to international copyright laws. Use
thereof is explained in our
trademark policy.