Kanna VS AEXML

Compare Kanna vs AEXML and see what are their differences.

Kanna

Kanna(鉋) is an XML/HTML parser for Swift. (by tid-kijyun)

AEXML

Swift minion for simple and lightweight XML parsing (by tadija)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
Kanna AEXML
- 1
2,383 988
- -
6.3 5.3
about 2 months ago 3 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.

Kanna

Posts with mentions or reviews of Kanna. We have used some of these posts to build our list of alternatives and similar projects.

We haven't tracked posts mentioning Kanna yet.
Tracking mentions began in Dec 2020.

AEXML

Posts with mentions or reviews of AEXML. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-01-09.
  • Lessons learned from migrating a native iOS app to Flutter
    2 projects | news.ycombinator.com | 9 Jan 2022
    In the article, he mentions the need for a DOM parser dependency for his app, as Swift “does not have one.”

    > AEXML was needed to parse some XHTML files as the native iOS SDK does not provide a DOM parser.

    I have used Foundation XML parsers[0] for many years, but they are general-purpose; not specifically modeled on DOM or HTML, which probably limits usefulness on some Web content.

    That said, if he has control of the content (don’t know the app, so I am not sure), then there should be no reason that they couldn’t render it in XHTML, so the Foundation parser could be used reliably. In the article, he mentions that the content is XHTML. I have to assume that AEXML[1] is easier to use than the built-in parser. It uses Foundation parsing (it actually seems to be a lightweight wrapper for the built-in parser(, under the hood (and seems to be a well-written dependency).

    So, it could be posited that he would only need one dependency for his native version, if he wanted to handle the XHTML parsing, himself.

    [0] https://developer.apple.com/documentation/foundation/archive...

    [1] https://github.com/tadija/AEXML

What are some alternatives?

When comparing Kanna and AEXML you can also consider the following projects:

SwiftSoup - SwiftSoup: Pure Swift HTML Parser, with best of DOM, CSS, and jquery (Supports Linux, iOS, Mac, tvOS, watchOS)

Fuzi - A fast & lightweight XML & HTML parser in Swift with XPath & CSS support

SWXMLHash - Simple XML parsing in Swift

Ji

SwiftyXML - The most swifty way to deal with XML data in swift 5.

WKZombie - WKZombie is a Swift framework for iOS/OSX to navigate within websites and collect data without the need of User Interface or API, also known as Headless browser. It can be used to run automated tests / snapshots and manipulate websites using Javascript.

AlamofireXmlToObjects - Fetch a XML feed and parse it into objects

Alamofire - Elegant HTTP Networking in Swift

XMLCoder - Easy XML parsing using Codable protocols in Swift

Heimdallr.swift - Easy to use OAuth 2 library for iOS, written in Swift.

XMLParser - A lightweight XMLParser for assembling and parsing XML values written for iOS 8+ in Swift 2.