Top "Xpath-1.0" questions

Use this tag for questions specific to XML Path Language (XPath) version 1.0

Is xpath different for different browser?

I am having a very funny issue. I am having a xpath through which i am retrieving value. Ex. System.…

selenium selenium-webdriver xpath webdriver xpath-1.0
XPath "in" operator

Is there is an operator in XPath 1.0 that acts as "in" operator in SQL? select * from tbl_students where id …

xml xpath xpath-1.0
How to pass variable parameter into XPath expression?

I want to pass a parameter into an XPath expression. (//a/b/c[x=?],myParamForXAttribute) Can I do this with …

xml xpath axiom xpath-1.0