DOM: Document Object Model,以树型结构来操作XML文档的一种对象模型
DOM Functions:
http://www.jb51.net/shouce/php5/zh/ref.dom.html (PHP5的DOM对象简介,但跟Pythond等其他语言使用的DOM基本一致)
minidom and the DOM standard
:
http://www.python.org/doc/2.5.2/lib/module-xml.dom.minidom.html (Pythond的mini版DOM,可以用在Google App Engine, cool:)
使用minidom来处理XML的示例(Python 学习):
http://boyeestudio.cnblogs.com/archive/2005/08/16/216408.html