pythonのElementTree
http://effbot.org/zone/element-index.htm
▼ElementTreeモジュールについて
http://python.matrix.jp/modules/ElementTree.html
▼PythonにおけるElementTreeのXMLプロセス
http://www.ibm.com/developerworks/jp/xml/library/x-matters28/
▼XML の読み書きを単純化する.XPath などのクエリー定義によって DOM コーディングを大幅に単純化する
http://www.ibm.com/developerworks/jp/xml/library/x-simplifyxmlreads.html
▼サンプル
http://svn.effbot.org/public/tags/celementtree-1.0-20050126/selftest.py
▼remove naespace
http://homework.nwsnet.de/snippets/view/18