children named Model 45 Using XML Extract Files Example 6 These examples search for a single text string: This Forms/Form/ Car[Model='Toyota']/text() Forms/Form/ Car[Model='Honda']/parent/ text() Produces The text string of the Car node which has a child name Model with a value of...
children nodes under the Car nodes A list of first child Coverage under the Car nodes A list of nodes Coverage under Car1 44 Using XPath Example 2 These examples search for the path for a single element: This Forms/Form/Car[@*][1] Produces The first node of the Car list with any ...