摘要:#encoding:utf-8''' write xml in dom style '''from xml.dom.minidom import Documentdoc = Document() # new a DOM objectwords = doc.createElement('words') # new a root elementwords.setAttribute('xmlns:xsi',"http://www.w3.org/2001/XMLSchema-instance")#设置命
阅读全文
posted @ 2013-07-11 10:59
浙公网安备 33010602011771号