A
Altu
Hi,
Is [p1][p2][p3] the same as [p1 AND p2 and p3] in XPath?
Also if I have a predicate that starts with "/" or "//", does it
matter where in the XPath expression it is?
For example, are these equal:
/a[/a/b]/c/d
/a/c[/a/b]/d
/a/c/d[/a/b]
or these three:
/a[//a/b]/c/d
/a/c/[//a/b]/d
/a/c/d[//a/b]
Thanks in advance,
Al
Is [p1][p2][p3] the same as [p1 AND p2 and p3] in XPath?
Also if I have a predicate that starts with "/" or "//", does it
matter where in the XPath expression it is?
For example, are these equal:
/a[/a/b]/c/d
/a/c[/a/b]/d
/a/c/d[/a/b]
or these three:
/a[//a/b]/c/d
/a/c/[//a/b]/d
/a/c/d[//a/b]
Thanks in advance,
Al