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 scoder
Recipients scoder
Date 2011-12-16.08:17:39
SpamBayes Score 0.00011383989
Marked as misclassified No
Message-id <1324023461.04.0.625039310668.issue13611@psf.upfronthosting.co.za>
In-reply-to
Content
The ElementC14N.py module by Fredrik Lundh implements XML canonicalisation for the ElementTree serialiser. Given that the required API hooks to use it are already in xml.etree.ElementTree, this would make a nice, simple and straight forward addition to the existing xml.etree package.

The source can be found here (unchanged since at least 2009):

https://bitbucket.org/effbot/et-2009-provolone/src/tip/elementtree/elementtree/ElementC14N.py

Note that the source needs some minor modifications to use relative imports at the top. Also, the "2.3 compatibility" code section can be dropped.
History
Date User Action Args
2011-12-16 08:17:41scodersetrecipients: + scoder
2011-12-16 08:17:41scodersetmessageid: <1324023461.04.0.625039310668.issue13611@psf.upfronthosting.co.za>
2011-12-16 08:17:40scoderlinkissue13611 messages
2011-12-16 08:17:39scodercreate