What XML lib to use?
Fredrik Lundh
fredrik at pythonware.com
Wed Sep 14 12:34:52 EDT 2005
Paul Boddie wrote:
> For example, PyQt and PyKDE expose various DOMs of the purest
> "non-Pythonic" kind; Mozilla exposes DOMs for XML and HTML
I didn't see anything about manipulating an application's internal
data structures in the original post, but I might have missed some-
thing.
For stand-alone XML manipulation in Python, my point still stands:
programs using DOM and SAX are more bloated and slower than
the alternatives.
</F>
More information about the Python-list
mailing list