Forum Discussion

shubhimu's avatar
shubhimu
Contributor
6 years ago

How to remove namespace after parsing XML using XMLSlurper

Hi,   I am using XMl Slurper for parsing XML response and using below code for the same def xml= new XmlSlurper().parseText(response) ---response is the value coming from the response def upd...