Groovy provides special support through its XmlParser and XmlSlurper classes for processing XML. If you have special needs, you can use one of the many availabel Java APIs for XML processing:
- DOM
- SAX
- StAX
- DOM4J
- XOM
- JDOM
- Jaxen/XPath
See also:
- Groovy SOAP
- Testing Web Services
- Testing Web Applications
Labels