I am using JAXB annotations to parse a test-results.xml generated by testNG.
I can extract any attribute using @XmlAttribute(name="someName") but JAXB cannot read attributes with - (like @XmlAttribute(name="some-name"))
How can I do this?
|
I am using JAXB annotations to parse a I can extract any attribute using How can I do this? |
||||
|
|
|
The following is how you map to an XML attribute that contains a dash
|
|||
|
|