搜索资源列表
xml2dict-2008.6-tar
- 解析xml为字典,只要xml格式正确,都可以解析,避免重复的代码-parse xml to dict
rtf2xml-1.33.tar
- rtf文件转为xml文件的py代码 可以通过此代码学习rtf的格式、读取和转换-rtf file to xml file py code can learn through this code rtf format, to read and convert
xmlToWord
- xmlToWord程序,定义一套xml描述接口,用户使用xml描述要生成的word文档的格式和内容,程序生成相应的word文档。程序使用python语言实现,通过com调用word编程开发接口,实现word文档自动生成。程序在word 2010上通过测试,其它版本在自动生成目录操作时需要对模板文件路径进行修改。-xmlToWord: define a xml interface, user can use xml file to describe the format and content.
xmlhandle
- 这个是用python实现对xml文件的操作,主要是使用xml.etree.ElementTree这个模块对xml进行操作,已经封装成类,可以导入直接应用。-This is achieved using python xml file operation, mainly using xml.etree.ElementTree this module xml operation, has been packaged into a category, you can import directly.
SaxReadXML
- 使用Python怎么解析xml,本例中采用sax方法,sax方法能够解析比较大的文本文件。-How to use Python parse xml, the method used in this example sax, sax method can resolve relatively large text file.