vote up 0 vote down star

Is there a library for Groovy that introspects XML and provides an object to access each node - like lxml for Python?

flag

2 Answers

vote up 0 vote down check

Like XmlParser

link|flag
vote up 0 vote down

Give XmlSlurper a shot. It makes consuming the XML and traversing the document almost trivial.

http://groovy.codehaus.org/Reading+XML+using+Groovy%27s+XmlSlurper

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.