Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.
This release includes new XMLObject options:
_unicodeOutput, _stripStrings, _nodesOrder, _attrsOrder,
and _prettyPrint. mainNode convention was replaced by a
boolean keyword "main". A method (forEach) was added
helping to apply an action on all nodes of an XMLObject
instance. It's now possible to export/import XMLObjects to/
from Python dictionaries. The documentation was rewritten
and many bugs were corrected.