Andrew MacKeith wrote:
> The Python.org "SIG for XML Processing in Python" page indicates that
> "The SIG, through the mailing list and the PyXML project hosted on
> SourceForge...".
> 
> The PyXML project on SourceForge " is no longer maintained. ", so
> perhaps the SIG page could be updated.
> 
> Is there a guide to porting projects that depend on PyXML to Python-2.6?

Depending on how large your project is (and how well you encapsulated the
XML code), a partial rewrite using ElementTree or lxml might be worth it.
You'd be rewarded by simple and very fast code.

Stefan
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to