On Wed, 2006-12-06 at 01:57 -0500, Erik Blankinship wrote: > Hello, > > Looks like sugar's python libraries do not include the xml.dom.ext > > any suggestions for alternatives to use? > (or consider this a vote for that library to be included).
What features do you need? Python has a few depending on the features you need and the speed at which you'd like. python-elementtree is lightweight and fast, used by yum, but doesn't support a lot of XML functionality. There's also the libxml2 bindings for python, which are much more functionally complete, but somewhat slower due to that. dan > Thanks > Erik > _______________________________________________ > Sugar mailing list > [email protected] > http://mailman.laptop.org/mailman/listinfo/sugar _______________________________________________ Sugar mailing list [email protected] http://mailman.laptop.org/mailman/listinfo/sugar
