Forum Discussion

Clear_Capital__'s avatar
Clear_Capital__
Contributor
12 years ago

groovy - remove first and last line of a xml

def ResponseXML = context.expand( '${myRESTtestStep#ResponseAsXml#//Response[1]/e[1]}' ) gives me <e> <distance>0.44</distance> <id>123456</id> <value> <Count1>2</Count1 > <Co...