2013年12月6日
摘要: use xml.dom.minidom 注释xml元素和去除xml注释。code is: #!/usr/bin/env pythonfrom xml.dom import minidomimport sys'''get the first web system element, like: Note, should have only one web system element, if have multiple, the other will be ignored.'''def getWebSystemElement(xmlPath): do 阅读全文
posted @ 2013-12-06 17:23 lpthread 阅读(1221) 评论(0) 推荐(0) 编辑