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.

Author paulpach
Recipients
Date 2006-12-23.20:01:44
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
This is a patch that fixes bug 1371937, along with a test case that reproduces the original problem.

The patch is a port of the algorithm described here pretty much verbatim:
http://www.w3.org/TR/DOM-Level-3-Core/namespaces-algorithms.html#normalizeDocumentAlgo

to resolve namespace declarations. The patch also calls the normalizeNamespace method before calling writexml

Note the patch is against minidom that comes with python 2.5, NOT WITH PYXML. I need this for an embedded project where pyxml is too big.

History
Date User Action Args
2007-08-23 15:55:55adminlinkissue1621421 messages
2007-08-23 15:55:55admincreate