This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Specify supported XML version
Type: enhancement Stage:
Components: Documentation Versions:
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: docs@python Nosy List: Friedrich.Spee.von.Langenfeld, docs@python
Priority: normal Keywords:

Created on 2014-10-27 17:02 by Friedrich.Spee.von.Langenfeld, last changed 2022-04-11 14:58 by admin.

Messages (1)
msg230079 - (view) Author: Friedrich Spee von Langenfeld (Friedrich.Spee.von.Langenfeld) Date: 2014-10-27 17:02
The W3C has published two versions of the standard specification for the Extensible Markup Language (XML) [version 1.0 and 1.1]. I know that the W3C expects all parsers to understand both versions. I propose to state  here (https://docs.python.org/3/library/xml.html) which versions of XML Python supports, especially, because https://docs.python.org/3/library/xml.etree.elementtree.html uses version 1.0 of the W3C recommendation in its examples. The version compatibility is named in https://docs.python.org/3/library/pyexpat.html#xml.parsers.expat.xmlparser.XmlDeclHandler , but I don´t think a normal user, who only want a quick, but reliable solution, would ever read this entry.

What do you think?
History
Date User Action Args
2022-04-11 14:58:09adminsetgithub: 66932
2014-10-27 17:02:22Friedrich.Spee.von.Langenfeldcreate