J
jman
for the evaluate() function - is there a way to specify sibling
traversal
var xpath_result = document.evaluate("id('table')/NEXT-SIBLING/table/
tbody", document, .... )
my DOM tree is
DIV id table
TABLE
TBODY
and would like to get access to TBODY.
traversal
var xpath_result = document.evaluate("id('table')/NEXT-SIBLING/table/
tbody", document, .... )
my DOM tree is
DIV id table
TABLE
TBODY
and would like to get access to TBODY.