文章详情

  • 游戏榜单
  • 软件榜单
关闭导航
热搜榜
热门下载
热门标签
php爱好者> php文档>学习python ElementTree

学习python ElementTree

时间:2007-03-05  来源:maojj

import xml.etree.ElementTree tree =  xml.etree.ElementTree.ElementTree(file="C:\config.xml")
#tree.write("mx.xml")
#tree.write("kdk.xml","utf_8")
elem = tree.getroot()
for aa in elem.getiterator("cfg"):
    method = aa.find("ModifyMethod")
    print method.text
    dict = aa.find("ToBeModifiedSecion")
    print dict.text
xml <config><cfg><ConfigurationFilename>C:\usr\local\gemini\mgw\etc\mgw.properties</ConfigurationFilename>
<ModifyMethod>replaceByKeyValue</ModifyMethod><ToBeModifiedSecion>{
"QUEUEMGR.maxdata":"20","QUEUEMGR.maxindexes":"1500",
"SIDELINEQUEUE.maxdata":"20","SIDELINEQUEUE.maxindexes":"1500"
}
</ToBeModifiedSecion></cfg><cfg><ConfigurationFilename>C:\usr\local\gemini\mgw\etc\mgw.properties</ConfigurationFilename><ModifyMethod>replaceByKeyValue</ModifyMethod><ToBeModifiedSecion>  {
"QUEUEMGR.maxdata":"23330","QUEUEMGR.maxindexes":"1500",
"SIDELINEQUEUE.maxdata":"24440","SIDELINEQUEUE.maxindexes":"1500"
}
</ToBeModifiedSecion></cfg></config>
相关阅读 更多 +
排行榜 更多 +
辰域智控app

辰域智控app

系统工具 下载
网医联盟app

网医联盟app

运动健身 下载
汇丰汇选App

汇丰汇选App

金融理财 下载