> Any ideas or pointers will be very much appreciated

You would have to port the application to the standard Python
library. That should work fine for most aspects. The only
problematic issue is xpath: Python currently does not include
an xpath implementation. Depending on what xpath expressions
are used, you may be able to reformulate the queries directly
in DOM.

Regards,
Martin
_______________________________________________
XML-SIG maillist  -  XML-SIG@python.org
http://mail.python.org/mailman/listinfo/xml-sig

Reply via email to