I'm a newbie in groovy Can anyone help to parse this xml in order to get a list of values of the each num element
NAMES>
<NAMESet fetchSize="3">
<String StringNumber="1">
<NUM>1</NUM>
</String>
<String StringNumber="2">
<NUM>2</NUM>
</String>
<String StringNumber="3">
<NUM>3</NUM>
</NAMESet>
thanks in advance!