FrontPage
»
XMLDocument
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 here.