History for XMLDocument
??changed:- XML Document You can store an XML document as a DOM tree in an XMLDocument. The document's nodes can then be read and manipulated using Zope's DOM methods, as well as using DTML and Python methods using acquisition. Furthermore, you can use XMLWidgets to create display systems and even editors for particular types of XML. XMLDocument can be downloaded <a href="http://www.zope.org/Products/XMLDocument"> here</a>. <a href="http://www.w3.org/DOM">the w3c DOM documentation</a>.