CoreOffice / XMLCoder

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

`@Element var value: String?` does not work with `CodingKeys.value = ""` #285

Open paulober opened 3 months ago

paulober commented 3 months ago

It doesn't work as optional so i can parse tags like <MyTag someother="hi"/> only parse tags like <MyTag someother="hi"></MyTag>