PyXML not supported, what to use next?

Paul Watson pwatson at redlinepy.com
Sat Sep 30 16:07:40 EDT 2006


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?



More information about the Python-list mailing list