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
- DOM using Groovy's DOMCategory
- SAX
- StAX
- DOM4J
- XOM
- JDOM
- Jaxen/XPath
For more details, see GINA.
See also:
- Groovy SOAP
- Testing Web Services
- Testing Web Applications
Labels