XMLMapper
A simple way to map XML to Objects written in Swift (by gcharita)
XMLCoder
Easy XML parsing using Codable protocols in Swift (by CoreOffice)
XMLMapper | XMLCoder | |
---|---|---|
- | 3 | |
111 | 795 | |
- | 0.3% | |
0.0 | 5.3 | |
over 1 year ago | 7 months ago | |
Swift | Swift | |
MIT License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
XMLMapper
Posts with mentions or reviews of XMLMapper.
We have used some of these posts to build our list of alternatives
and similar projects.
We haven't tracked posts mentioning XMLMapper yet.
Tracking mentions began in Dec 2020.
XMLCoder
Posts with mentions or reviews of XMLCoder.
We have used some of these posts to build our list of alternatives
and similar projects.
- XML parsing in Swift
-
Are there any XML parsers (through SPM ideally) that are worth using instead of Apple's XMLParser framework?
I've used https://github.com/MaxDesiatov/XMLCoder in a few apps, works nicely!
-
How to parse XML correctly?
I would recommend this one because it works with Codable. Though using the built in parser will save you one more external dependency.
What are some alternatives?
When comparing XMLMapper and XMLCoder you can also consider the following projects:
AEXML - Swift minion for simple and lightweight XML parsing
SwiftyXML - The most swifty way to deal with XML data in swift 5.
XMLParser - A lightweight XMLParser for assembling and parsing XML values written for iOS 8+ in Swift 2.
SWXMLHash - Simple XML parsing in Swift
Fuzi - A fast & lightweight XML & HTML parser in Swift with XPath & CSS support
CheatyXML - CheatyXML is a Swift framework designed to manage XML easily
AlamofireXmlToObjects - Fetch a XML feed and parse it into objects