Open FezVrasta opened 1 year ago
I have this element: <locRef xlink:href="AT-07-14-01"/>, how can I read its value? It looks like @Attribute doesn't support namespaces?
<locRef xlink:href="AT-07-14-01"/>
@Attribute
Yeah, unfortunately it does not. You could provide custom a CodingKeys enum. I think we'd benefit a lot from supporting Macros
CodingKeys
I have this element:
<locRef xlink:href="AT-07-14-01"/>
, how can I read its value? It looks like@Attribute
doesn't support namespaces?