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

No. Trees and XML::XPath objects are not nodes, and node objects are not XML::XPath objects. Trees have a node for root, and nodes belong to a tree. There are no is-a relationship between the two, just has-a relationships.