XML Parsing

Tyler Eaves tyler at ml1.net
Sat Feb 14 16:59:27 EST 2004


Hi,

	Right now I'm using xml.dom.minidom for parsing some xml files. It
	works, certainly, but the speed leaves a bit to be desired. Are there
	any other XML modules that offer the same interface minidom does, but
	are faster? Things like validation are not a big deal for me, as all
	the XML is generated by my own programs, so I'm not worried about
	malformed documents.

	



More information about the Python-list mailing list