python 2.5.1 and supported version of xpath -


Which version of XPth uses libxml2dom by python 2.4.3 / 2.5.1 trying to determine is.

In search of various docs, I should remember something!

Basically, I'm thinking how / if I can get an XPath function, and can use regex within XP ... I use regex to XPath v2.0 , So I hope I can just import the import libxml2dom, and then XPath functions have the ability to include regex.

thanks

I believe that Python is loading any version on your machine. I assume that all versions of libxml2 apply XPath 1.0. I do not know about any Python ready implementation of XPath 2.0.


Comments