XML.com: XML From the Inside Out
oreilly.comSafari Bookshelf.Conferences.

advertisement
 Resource Guide -> Python Implementations, DOM Software -> PullDOM and MiniDOM

PullDOM and MiniDOM

Date: Jun. 29, 2000
Link: http://www.prescod.net/python/pulldom.html
Source Author or Organization: Paul Prescod

PullDOM is simple Application Programming Interface (API) for working with Document Object Model (DOM) objects in a streaming manner. It was designed to avoid the complexity of SAX and the RAM requirements of using the standard DOM with large documents. It is described as having 80% of the speed of Simple API for XML (SAX) and 80% of the convenience of DOM. Python 1.6 or a modern equivalent of PyExpat are required.