Python - Fast XML parsing

时间:2014-04-01 09:02:19
【文件属性】:
文件名称:Python - Fast XML parsing
文件大小:26KB
文件格式:RTF
更新时间:2014-04-01 09:02:19
Python XML The xml.parsers.expat module is a Python interface to the Expat non-validating XML parser. The module provides a single extension type, xmlparser, that represents the current state of an XML parser. After an xmlparser object has been created, various attributes of the object can be set to handler functions. When an XML document is then fed to the parser, the handler functions are called for the character data and markup in the XML document.

网友评论