hey..
trying to figure out how to determine what version of XPath is supported by python 2.4.3/2.5.1 using libxml2dom.
in looking through various docs, i must be missing something!
basically, i'm considering how/if i can have an XPath function, and use regex within the XPath... i understand the XPath v2.0 supports using regex, so i'm hopeful that i can simply do an import libxml2dom, and have the ability to then incorporate regex in the XPath functions..
thanks