You are not logged in Log in Join
You are here: Home » Members » Martijn Faassen's Page » XMLWiki » XMLDocument » wikipage_view

Log in
Name

Password

 
 
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.

the w3c DOM documentation.