Car Example
This example assumes the following class is already on your CLASSPATH:
XmlExamples.groovy
Here is an example of using XPath with Groovy to read an existing XML file:
If you are using Java 5 and above, you don't need to use the standalone Xalan jar but instead can use the built-in XPath facilities:
People in Groups Example
Inspired by this example here is how to use XPath to determine which groups include all three of alan, paul and ivan for this graph.

First, here is the data:
Labels