本文实例讲述了python处理xml文件的方法。分享给大家供大家参考,具体如下:
前一段时间因为工作的需要,学习了一点用Python处理xml文件的方法,现在贴出来,供大家参考。
xml文件是按节点一层一层来叠加的,最顶层的是根节点。比如说:
<sys:String x:Key="STR_License_WithoutLicense">Sorry, you are not authorized.</sys:String>
其中sys:String为节点名字,x:Key的内容为Attribute,xml节点值为sys:String的子节点,它是文本节点类型。<节点名称 x:Key="Attribute">子节点。。。
RPD的xml格式:
<ResourceDictionary> <sys:String x:Key="STR_Startup_LaunchRPD">Launching Polycom RealPresence Desktop</sys:String> <sys:String x:Key="STR_Startup_CheckFolder">Checking folder</sys:String>
CMAD的xml格式:
<language-strings> <ABK_CALL comment="verb (command, button on screen to press to place a call);" controls="Button" products="HDX,VSX,CMAD,Venus Main"> <ARABIC notes="" last-change-date="" status="">打电话</ARABIC> <CHINESE_S notes="" last-change-date="" status="">呼叫</CHINESE_S>
该代码的功能是:
从RPD的String中取出节点值,在CMAD的String中查找是否已经存在,如果存在,则返回CMAD中对应String的NodeName(节点名),并把两个节点名一个做节点名,一个做节点值写到xml文件中;如果不存在,则把RPD中的该节点写到另外一个xml文件中。代码如下:
import xml.dom.minidom from xml.dom.minidom import Document RPD_Str_path = "E:/PythonCode/StringResource.en-US.xaml" RPD_dom = xml.dom.minidom.parse(RPD_Str_path) CMAD_Str_path = "E:/PythonCode/M500_RPM13_0522.xml" CMAD_dom = xml.dom.minidom.parse(CMAD_Str_path) #得到根节点 RPD_root = RPD_dom.documentElement CMAD_root = CMAD_dom.documentElement def IsStr_already_Translated(RPD_Str): for firstLevel in CMAD_root.childNodes: for SecondLevel in firstLevel.childNodes: if SecondLevel.nodeType == SecondLevel.ELEMENT_NODE: if SecondLevel.nodeName == "ENGLISH_US": if RPD_Str == SecondLevel.childNodes[0].data.strip(): return firstLevel.nodeName else: continue else: continue else: continue else: continue else: return "Null" #用Document来写xml文件 Mapping_doc = Document() Mapping_root = Mapping_doc.createElement("Common_String") Mapping_doc.appendChild(Mapping_root) Translation_doc = Document() Translation_root = Translation_doc.createElement("Need_Translation_String") Translation_doc.appendChild(Translation_root) for node in RPD_root.childNodes: if node.nodeType == node.ELEMENT_NODE: # print node.getAttribute("x:Key") +" + "+ node.childNodes[0].data CMAD_Key = IsStr_already_Translated(node.childNodes[0].data.strip()) if(CMAD_Key != "Null"): mKey = Mapping_doc.createElement(node.getAttribute("x:Key")) Mapping_root.appendChild(mKey) mValue = Mapping_doc.createTextNode(CMAD_Key) mKey.appendChild(mValue) elif(CMAD_Key == "Null"): Key = Translation_doc.createElement('sys:String') Translation_root.appendChild(Key) Key.setAttribute('x:Key', node.getAttribute("x:Key")) Value = Translation_doc.createTextNode(node.childNodes[0].nodeValue) Key.appendChild(Value) continue else: path1 = "E:/PythonCode/ID_Mapping.xml" try: import codecs f1 = codecs.open(path1, "wb", "utf-8") f1.write(Mapping_doc.toprettyxml(indent=" ")) except: print('Write xml file failed.... file:{0}'.format(path1)) path2 = "E:/PythonCode/Need_Translate_String.xml" try: f2 = codecs.open(path2, "wb", "utf-8") f2.write(Translation_doc.toprettyxml(indent=" ")) except: print('Write xml file failed.... file:{0}'.format(path2))
PS:这里再为大家提供几款关于xml操作的在线工具供大家参考使用:
在线XML/JSON互相转换工具:
http://tools.jb51.net/code/xmljson
在线格式化XML/在线压缩XML:
http://tools.jb51.net/code/xmlformat
XML在线压缩/格式化工具:
http://tools.jb51.net/code/xml_format_compress
XML代码在线格式化美化工具:
http://tools.jb51.net/code/xmlcodeformat
更多关于Python相关内容感兴趣的读者可查看本站专题:《Python操作xml数据技巧总结》、《Python数据结构与算法教程》、《Python Socket编程技巧总结》、《Python函数使用技巧总结》、《Python字符串操作技巧汇总》、《Python入门与进阶经典教程》及《Python文件与目录操作技巧汇总》
希望本文所述对大家Python程序设计有所帮助。
python,xml文件
免责声明:本站文章均来自网站采集或用户投稿,网站不提供任何软件下载或自行开发的软件! 如有用户或公司发现本站内容信息存在侵权行为,请邮件告知! 858582#qq.com
P70系列延期,华为新旗舰将在下月发布
3月20日消息,近期博主@数码闲聊站 透露,原定三月份发布的华为新旗舰P70系列延期发布,预计4月份上市。
而博主@定焦数码 爆料,华为的P70系列在定位上已经超过了Mate60,成为了重要的旗舰系列之一。它肩负着重返影像领域顶尖的使命。那么这次P70会带来哪些令人惊艳的创新呢?
根据目前爆料的消息来看,华为P70系列将推出三个版本,其中P70和P70 Pro采用了三角形的摄像头模组设计,而P70 Art则采用了与上一代P60 Art相似的不规则形状设计。这样的外观是否好看见仁见智,但辨识度绝对拉满。
更新日志
- 雨林唱片《赏》新曲+精选集SACD版[ISO][2.3G]
- 罗大佑与OK男女合唱团.1995-再会吧!素兰【音乐工厂】【WAV+CUE】
- 草蜢.1993-宝贝对不起(国)【宝丽金】【WAV+CUE】
- 杨培安.2009-抒·情(EP)【擎天娱乐】【WAV+CUE】
- 周慧敏《EndlessDream》[WAV+CUE]
- 彭芳《纯色角3》2007[WAV+CUE]
- 江志丰2008-今生为你[豪记][WAV+CUE]
- 罗大佑1994《恋曲2000》音乐工厂[WAV+CUE][1G]
- 群星《一首歌一个故事》赵英俊某些作品重唱企划[FLAC分轨][1G]
- 群星《网易云英文歌曲播放量TOP100》[MP3][1G]
- 方大同.2024-梦想家TheDreamer【赋音乐】【FLAC分轨】
- 李慧珍.2007-爱死了【华谊兄弟】【WAV+CUE】
- 王大文.2019-国际太空站【环球】【FLAC分轨】
- 群星《2022超好听的十倍音质网络歌曲(163)》U盘音乐[WAV分轨][1.1G]
- 童丽《啼笑姻缘》头版限量编号24K金碟[低速原抓WAV+CUE][1.1G]