Shivanshu Semwaltotoro.hashnode.dev·Aug 1, 2024Practical XML Manipulation with Groovy: Common ExamplesIntroduction To parse xml in groovy there are two options available XmlParser which returns a Node objects when parsing XML XmlSlurper which returns GPathResult instances when parsing XML. It evaluates the structure lazily. So if you update the xml...1 like·30 readsgroovyAdd a thoughtful commentNo comments yetBe the first to start the conversation.