PyXML not supported, what to use next?

John Salerno johnjsal at NOSPAMgmail.com
Sat Sep 30 16:26:06 EDT 2006


Paul Watson wrote:
> It would appear that xml.dom.minidom or xml.sax.* might be the best 
> thing to use since PyXML is going without support.  Best of all it is 
> included in the base Python distribution, so no addition hunting required.
> 
> Is this right thinking?  Is there a better solution?

You can try ElementTree, it comes with 2.5 (xml.etree.ElementTree).



More information about the Python-list mailing list