[XML-SIG] Question on PyXML
"Martin v. Löwis"
martin at v.loewis.de
Thu May 17 11:43:19 CEST 2007
> 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
More information about the XML-SIG
mailing list