Re: Question on PyXML

"Martin v. Löwis" <[email protected]>
Newsgroups gmane.comp.python.xml
Message-ID <[email protected]>
> 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  -  [email protected]
http://mail.python.org/mailman/listinfo/xml-sig
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.