in reply to Re^4: XML::XPath Question
in thread XML::XPath Question

No. A tree is an organization of nodes. And to search that tree, you have to employ the "XPath searcher" that lives in XML::XPath. You can't intermix methods from the searcher and the tree.