[XML-SIG] 0.5.1 and 0.6.2

Michael Sobolev mss@transas.com
Fri, 1 Dec 2000 01:18:39 +0300


On Thu, Nov 30, 2000 at 11:11:06PM +0100, Martin v. Loewis wrote:
> > 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.
Well, I was using DOM (a file gets processed, then the tree gets traversed,
needed information obtained, and the result file gets dumped).  I can put the
script somewhere in case somebody has time to have a look on it. :)

--
Misha