M
Michel Gutierrez
Hi,
I have an XML document from which the xpath expression
"A[1]/B[2]/C[3]/D[4]/E[5]/F[6]" selects a node.
I would expect, in the same document, the expression
"descendant::C[3]/D[4]/E[5]/F[6]" to select at least the same node. But
the xpath implementation doesn't return any match.
I presume I must be wrong somewhere rather than looking for a bug in the
xpath implementation.
What am I missing ?
Thanks,
/mig
I have an XML document from which the xpath expression
"A[1]/B[2]/C[3]/D[4]/E[5]/F[6]" selects a node.
I would expect, in the same document, the expression
"descendant::C[3]/D[4]/E[5]/F[6]" to select at least the same node. But
the xpath implementation doesn't return any match.
I presume I must be wrong somewhere rather than looking for a bug in the
xpath implementation.
What am I missing ?
Thanks,
/mig