What XPath Expression Will Retrieve Only Terminal Child Elements?
Question Can you tell me what XPath expression I should use to retrieve only terminal child elements (that is, elements which don’t have any child elements) from a specified element. For example, I want to use an XPath expression to return only the TABLE child elements highlighted in red below: