XML Parsing
Andrew Clover
and-google at doxdesk.com
Sun Feb 15 04:58:38 EST 2004
Tyler Eaves <tyler at ml1.net> wrote:
> Are there any other XML modules that offer the same interface minidom
> does, but are faster?
It's not totally the same interface as minidom, but cDomlette offers a
fast set of XML operations through an incomplete DOM interface. See
http://www.4suite.org/ .
With simple XML and a bit of care avoiding problem areas (see eg.
http://pyxml.sourceforge.net/topics/compliance.html ) it is possible to
write software that will work equally well with minidom, cDomlette and
other DOM implementations.
--
Andrew Clover
mailto:and at doxdesk.com
http://www.doxdesk.com/
More information about the Python-list
mailing list