hi guys,
Xerces's XPath class seems nearly useless, it can only work with simple xpath like "first/second" or ".//first/secnod", if i use it to parse complex xpath such as "first/seco...@third='fourth']", it will throw exception. So, i want to check if it is unfinished?If i want to use Xerces to parse my XPath expression, should I implement XPath class by myself? Thank you
