[issue37534] In minidom module ability to add Standalone Document Declaraion is missing while generating XML documents

2020-02-29 Thread Stefan Behnel


Change by Stefan Behnel :


--
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue37534] In minidom module ability to add Standalone Document Declaraion is missing while generating XML documents

2020-02-29 Thread Stefan Behnel


Stefan Behnel  added the comment:


New changeset dc04a0571e362cd3de040771d7705cb107ae26fc by Henry Harutyunyan in 
branch 'master':
bpo-37534: Allow adding Standalone Document Declaration when generating XML 
documents (GH-14912)
https://github.com/python/cpython/commit/dc04a0571e362cd3de040771d7705cb107ae26fc


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue37534] In minidom module ability to add Standalone Document Declaraion is missing while generating XML documents

2019-07-22 Thread Henry Harutyunyan


Change by Henry Harutyunyan :


--
keywords: +patch
pull_requests: +14687
stage:  -> patch review
pull_request: https://github.com/python/cpython/pull/14912

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue37534] In minidom module ability to add Standalone Document Declaraion is missing while generating XML documents

2019-07-09 Thread Karthikeyan Singaravelan


Change by Karthikeyan Singaravelan :


--
nosy: +scoder, serhiy.storchaka

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue37534] In minidom module ability to add Standalone Document Declaraion is missing while generating XML documents

2019-07-09 Thread Henry Harutyunyan


New submission from Henry Harutyunyan :

Though the Standalone Document Declaration in XML Declaration is optional and 
the default value of "no" is assumed in case it's omitted, in certain cases it 
makes sense to change the value to indicate the absence of external markup 
declarations. It's a part of W3C recommendation on XML 
(https://www.w3.org/TR/xml/#sec-prolog-dtd).
Though minidom module allows to modify the encoding declaration if needed, the 
same is not true for standalone declaration.
As I've recently came up with an issue while generating XML documents with the 
module I suggest adding the ability to add and modify the declaration.

--
components: XML
messages: 347583
nosy: hharutyunyan
priority: normal
severity: normal
status: open
title: In minidom module ability to add Standalone Document Declaraion is 
missing while generating XML documents
type: enhancement
versions: Python 3.9

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com