1
vote
4answers
390 views
Can XPath return only nodes that have a child of X?
Is it possible to use XPath to select only the nodes that have a particular child elements? For example, from this XML I only want the elements in pets that have a child of 'bar'. So the resultin …
