[XML-SIG] 0.5.1 and 0.6.2

Martin v. Loewis martin@loewis.home.cs.tu-berlin.de
Thu, 30 Nov 2000 23:11:06 +0100


> Can anybody give a hint on how to correctly write applications that
> may need to work with both versions of python-xml?

Hard to say. A number of libraries have been deleted in PyXML 0.6; if
you were depending on those, you'll have to rewrite your application
to use other libraries. Normally, there should be a replacement in
every case, and normally, the replacement library is more compliant to
applicable standard than the library that has been removed.

Since you did not indicate what part of library you had been using, it
is difficult to say what you should use instead.

Regards,
Martin