Hi, Can someone please help me using XmlSlurper with an xml document that uses xml includes ? I have an xml that is something like this
<root namespaces.....> <xi:include href="another.xml" parse="xml" xpointer="xpointer(//path)"/> <somenode../> <somenode2../> </root> And, another.xml has <path> <subpath attr="value"/> </path> With XmlSlurper, I am able to access root.somenode.whatever. But I don't know how to access the included xml's nodes and attributes. Can someone please help me with this ? Thanks -- Thank you Balachandran Sivakumar