Version 0.7 brings DOMIT! to nearly complete DOM Level 1 compliance. It has been overhauled architecturally and sports much cleaner code, including better error handling.
DOMIT! now handles DocumentFragments, CharacterData, Comments, ProcessingInstructions, DOMImplementation, xml declarations, and doc types.
Attributes are now implemented as Attr objects in a NamedNodeMap, as opposed to an associative PHP array. Many of the more esoteric DOM methods are now supported.
A simple yet effective caching system has been implemented which uses object serialization to boost performance when loading xml documents from the filesystem.
For more information, please visit the DOMIT! home page at: