XMLCoder
XMLCoder copied to clipboard
Support for namespaced attributes?
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?
Yeah, unfortunately it does not. You could provide custom a CodingKeys enum. I think we'd benefit a lot from supporting Macros