XML DOM资料索引[不断更新中]

来源:互联网 发布:vba 对话框 输入数据 编辑:程序博客网 时间:2024/06/07 08:13
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 standardhttp://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
一个载入与查找子节点的例子: http://www.17xie.com/read-40191.html
原创粉丝点击