PyXML and Python-2.6
Stefan Behnel
stefan_ml at behnel.de
Tue Apr 7 13:50:46 EDT 2009
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
More information about the Python-list
mailing list