I am trying to read an attribute while parsing XML using XmlSlurper in Groovy. When I try to read the hyphenated attribute model-number I am getting an exception.
<router name="b" id="x" manufacturer-id="e" model-number="a"/>
|
I am trying to read an attribute while parsing XML using XmlSlurper in Groovy. When I try to read the hyphenated attribute
| ||||
|
feedback
|
|
From the Groovy documentation on XMLSlurper:
Example:
Tested and worked for me. | |||
feedback
|
i tried this on console and it is working. | |||||
|
feedback
|