All releases of EaseXML


Release Notes: 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.


Release Notes: XMLObject now supports Unicode. A new class method (instanceFromXml) was added, helping to instantiate an XMLObject without knowing its class. There are few bugfixes, improvements, and documentation updates.


Release Notes: A recursion-related bug affecting ChoiceNode and ListNode through TypedList and MixedList classes has been fixed. A ZIP archive and embedded HTML documentation are provided in the distribution.


Release Notes: This release adds a little wrapper around dom.getElementsByTagName() to search nodes in direct children instead of the entire XML document. A dash has been added to some regexes of PrettyXMLPrinter, thus allowing tag names to contain the dash character. A new node type (CommentNode) has been added.


Release Notes: A few Node types have been added (ChoiceNode, RawNode, CDATAttribute, NMTokenAttribute, and NMTokensAttribute). Method definition support and XML pretty output have been reworked. Entities support has been added. An SVN repository has been set up.


Release Notes: fromXml became a class method, TextNode now behaves as specified in the documentation, and ListNode assignments are now possible.


Release Notes: XMLObjects are now comparable. Unit tests were added along with basic introspection support.


No changes have been submitted for this release.