XMLCoder
XMLCoder copied to clipboard
Easy XML parsing using Codable protocols in Swift
I am on XMLCoder 0.17.1 and Xcode 15.4 I have data that looks like this: ``` ``` but it can also look like this: ``` ``` My codable structs look...
Support swift 6
say I have this xml: ```xml The Changelog: Software Development, Open Source Software's best weekly news brief, deep technical interviews & talk show. Changelog Media ``` which is a stripped...
Hi, I am trying to build a Decoder for a XML Schema that uses "inheritance" via the `` schema element. Creating DTO model to match has me creating a base...
## Problem description Hello friends, I'd like to decode some XML using `DecodableWithConfiguration`, instead of the traditional `Decodable` protocol. (This is because I want to pass some extra data into...