I have a XML that contains a snippet like
<modules>
<module>aaa</module>
<module>bbb</module>
</modules>
Now I want to remove the node/tag that contains the value "bbb" in the XML using XmlSlurper in groovy.
Any help?
I have a XML that contains a snippet like
<modules>
<module>aaa</module>
<module>bbb</module>
</modules>
Now I want to remove the node/tag that contains the value "bbb" in the XML using XmlSlurper in groovy.
Any help?