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). -- http://mail.python.org/mailman/listinfo/python-list