Message5836

Author amak
Recipients amak, cbearden, fdb
Date 2010-06-25.14:25:04
SpamBayes Score 0.011397886
Marked as misclassified No
Message-id <1277475907.18.0.763908540724.issue1614@psf.upfronthosting.co.za>
In-reply-to
Content
OK, I checked all of the java XML Object Models (DOM4J, JDOM, DOM, XOM) and they all behave the same: they normalise all text nodes.

And so does cpython's minidom.

So it's correct for jython's minidom to behave the same way.

Fix checked in at r7070.
History
Date User Action Args
2010-06-25 14:25:07amaksetmessageid: <1277475907.18.0.763908540724.issue1614@psf.upfronthosting.co.za>
2010-06-25 14:25:07amaksetrecipients: + amak, fdb, cbearden
2010-06-25 14:25:06amaklinkissue1614 messages
2010-06-25 14:25:05amakcreate