本文实例讲述了使用Python生成XML的方法。分享给大家供大家参考,具体如下:
1. bookstore.py
#encoding:utf-8 ''' 根据一个给定的XML Schema,使用DOM树的形式从空白文件生成一个XML。 ''' from xml.dom.minidom import Document doc = Document() #创建DOM文档对象 bookstore = doc.createElement('bookstore') #创建根元素 bookstore.setAttribute('xmlns:xsi',"http://www.w3.org/2001/XMLSchema-instance")#设置命名空间 bookstore.setAttribute('xsi:noNamespaceSchemaLocation','bookstore.xsd')#引用本地XML Schema doc.appendChild(bookstore) ############book:Python处理XML之Minidom################ book = doc.createElement('book') book.setAttribute('genre','XML') bookstore.appendChild(book) title = doc.createElement('title') title_text = doc.createTextNode('Python处理XML之Minidom') #元素内容写入 title.appendChild(title_text) book.appendChild(title) author = doc.createElement('author') book.appendChild(author) author_first_name = doc.createElement('first-name') author_last_name = doc.createElement('last-name') author_first_name_text = doc.createTextNode('张') author_last_name_text = doc.createTextNode('三') author.appendChild(author_first_name) author.appendChild(author_last_name) author_first_name.appendChild(author_first_name_text) author_last_name.appendChild(author_last_name_text) book.appendChild(author) price = doc.createElement('price') price_text = doc.createTextNode('28') price.appendChild(price_text) book.appendChild(price) ############book1:Python写网站之Django#################### book1 = doc.createElement('book') book1.setAttribute('genre','Web') bookstore.appendChild(book1) title1 = doc.createElement('title') title_text1 = doc.createTextNode('Python写网站之Django') title1.appendChild(title_text1) book1.appendChild(title1) author1 = doc.createElement('author') book.appendChild(author1) author_first_name1 = doc.createElement('first-name') author_last_name1 = doc.createElement('last-name') author_first_name_text1 = doc.createTextNode('李') author_last_name_text1 = doc.createTextNode('四') author1.appendChild(author_first_name1) author1.appendChild(author_last_name1) author_first_name1.appendChild(author_first_name_text1) author_last_name1.appendChild(author_last_name_text1) book1.appendChild(author1) price1 = doc.createElement('price') price_text1 = doc.createTextNode('40') price1.appendChild(price_text1) book1.appendChild(price1) ########### 将DOM对象doc写入文件 f = open('bookstore.xml','w') f.write(doc.toprettyxml(indent = '')) f.close()
2. bookstore.xsd
<"1.0" encoding="utf-8"?> <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified"> <xsd:element name="bookstore" type="bookstoreType"/> <xsd:complexType name="bookstoreType"> <xsd:sequence maxOccurs="unbounded"> <xsd:element name="book" type="bookType"/> </xsd:sequence> </xsd:complexType> <xsd:complexType name="bookType"> <xsd:sequence> <xsd:element name="title" type="xsd:string"/> <xsd:element name="author" type="authorName"/> <xsd:element name="price" type="xsd:decimal"/> </xsd:sequence> <xsd:attribute name="genre" type="xsd:string"/> </xsd:complexType> <xsd:complexType name="authorName"> <xsd:sequence> <xsd:element name="first-name" type="xsd:string"/> <xsd:element name="last-name" type="xsd:string"/> </xsd:sequence> </xsd:complexType> </xsd:schema>
3. 根据上面的XML Schema用Python minidom生成的XML
bookstore.xml
<"1.0" ?> <bookstore xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="bookstore.xsd"> <book genre="XML"> <title> Python处理XML之Minidom </title> <author> <first-name> 张 </first-name> <last-name> 三 </last-name> </author> <price> 28 </price> </book> <book genre="Web"> <title> Python写网站之Django </title> <author> <first-name> 李 </first-name> <last-name> 四 </last-name> </author> <price> 40 </price> </book> </bookstore>
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]