摘要:
转自http://hg.python.org/cpython/file/2.7/Lib/xml/dom/minidom.py"""\ 2 minidom.py -- a lightweight DOM implementation. 3 4 parse("foo.xml") 5 6 parseString("<foo><bar/></foo>") 7 8 Todo: 9 ===== 10 * convenience methods for getting elements and text 阅读全文