Does anyone know if there’s an available python library compatible with Python2.6 that exposes the Xerces functionality and its XML DOM capabilities?
I would define the desired capabilities as: XML DOM select by Xpath & XSLT processor.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
pirxx in theory could match your requirements, but it hasn’t been maintained in several years so I’d expect some minor incompatibilities with 2.6 to be likely to show up. However, it might still be worth your while to try it — perhaps fixing those minor things (if they’re indeed minor!) and contributing the fixes upstream (or forking the project if upstream should prove to be totally comatose) might be less work than starting from scratch (which is the only other option I’m aware of).