XMLCoder icon indicating copy to clipboard operation
XMLCoder copied to clipboard

Easy XML parsing using Codable protocols in Swift

Results 65 XMLCoder issues
Sort by recently updated
recently updated
newest added

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...

bug

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...