diff options
author | Henry Harutyunyan <henryharutyunyan@gmail.com> | 2020-02-29 08:22:19 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-29 08:22:19 (GMT) |
commit | dc04a0571e362cd3de040771d7705cb107ae26fc (patch) | |
tree | 0184295482e356caa91427ae37a2541723da0b82 /Misc/NEWS.d | |
parent | 02673352b5db6ca4d3dc804965facbedfe66425d (diff) | |
download | cpython-dc04a0571e362cd3de040771d7705cb107ae26fc.zip cpython-dc04a0571e362cd3de040771d7705cb107ae26fc.tar.gz cpython-dc04a0571e362cd3de040771d7705cb107ae26fc.tar.bz2 |
bpo-37534: Allow adding Standalone Document Declaration when generating XML documents (GH-14912)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Library/2019-08-20-00-02-37.bpo-37534.TvjAUi.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2019-08-20-00-02-37.bpo-37534.TvjAUi.rst b/Misc/NEWS.d/next/Library/2019-08-20-00-02-37.bpo-37534.TvjAUi.rst new file mode 100644 index 0000000..0c9dd29 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2019-08-20-00-02-37.bpo-37534.TvjAUi.rst @@ -0,0 +1,2 @@ +When using minidom module to generate XML documents the ability to add Standalone Document Declaration is added.
+All the changes are made to generate a document in compliance with Extensible Markup Language (XML) 1.0 (Fifth Edition) W3C Recommendation (available here: https://www.w3.org/TR/xml/#sec-prolog-dtd).
\ No newline at end of file |