posted 21 years ago
Hi,
Following question is from "Test 3 " of XMLWhiz. I am having problem to
under stand the Xpath expression.
What is the difference between
"//a[(following::x)]"
&
"//a[(following::x=.)]"
I know with "//a[(following::x)]" we will get all "a" elements which has "x" as following element.
I have no idea about the expression
"//a[(following::x=.)]".
Please help me !
Thanks
[ March 10, 2003: Message edited by: Vivek Saxena ]