Looks like you have encountered a bug in the product .While the //Person
xPath query does in fact return the correct number of nodes found within
the XML source, it appears that there is some eroneous logic in
processing the xPath statement when nodes are childeren of a different
parent. For example, when I run some tests on the XML you sent me:I can
infact return node //Person[1] and Person[2] which are children of
. LC seems to not be able to locate the nodes
under and .I will log this on yo...