CoreOffice / XMLCoder

Easy XML parsing using Codable protocols in Swift
https://coreoffice.github.io/XMLCoder/
MIT License
797 stars 109 forks source link

Support for namespaced attributes? #273

Open FezVrasta opened 1 year ago

FezVrasta commented 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?

Joannis commented 12 months ago

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