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 panzi
Recipients panzi
Date 2007-10-27.13:33:54
SpamBayes Score 0.19875096
Marked as misclassified No
Message-id <1193492035.12.0.0580891111126.issue1343@psf.upfronthosting.co.za>
In-reply-to
Content
I modified xml.sax.saxutils.XMLGenerator,
_xmlplus.sax.saxutils.XMLGenerator, and
_xmlplus.sax.saxutils.LexicalXMLGenerator so that they do no longer
produce those
ugly close tags for empty elements, but use the short version. So instead of
<empty></empty> you get just <empty/>.  :) 

I used the version of saxutils.py that is shipped with python 2.5.1.
Files
File name Uploaded
python-xml-sax-saxutils.zip panzi, 2007-10-27.13:33:54
History
Date User Action Args
2007-10-27 13:33:55panzisetspambayes_score: 0.198751 -> 0.19875096
recipients: + panzi
2007-10-27 13:33:55panzisetspambayes_score: 0.198751 -> 0.198751
messageid: <1193492035.12.0.0580891111126.issue1343@psf.upfronthosting.co.za>
2007-10-27 13:33:54panzilinkissue1343 messages
2007-10-27 13:33:54panzicreate