RE: XmlSlurper Namespace Question

2016-04-15 Thread Kenton Garner
I appreciate your response. The problem is that the node that is being removed will be defined by the user during a configuration stage. Because of the generic nature the node to remove will be defined via a GPath string. I do not want to require the user to specify the GPath string with the n

Can anyone comment on this stackoverflow posting that indicates XmlSlurper is actually namespace aware by default

2016-04-05 Thread Kenton Garner
http://stackoverflow.com/questions/33418826/are-xmlparser-and-xmlslurper-namespace-aware-by-default# This has been my experience as well, but perhaps I am confused. I would like to parse an XML file and reference nodes without specifying the namespace prefix, this only works if I set the XmlSlur