XMLCoder icon indicating copy to clipboard operation
XMLCoder copied to clipboard

Support for namespaced attributes?

Open FezVrasta opened this issue 2 years ago • 1 comments

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?

FezVrasta avatar Sep 23 '23 20:09 FezVrasta

Yeah, unfortunately it does not. You could provide custom a CodingKeys enum. I think we'd benefit a lot from supporting Macros

Joannis avatar Oct 11 '23 14:10 Joannis