AEXML

Swift minion for simple and lightweight XML parsing (by tadija)

AEXML Alternatives

Similar projects and alternatives to AEXML

  1. Flutter

    1,258 AEXML VS Flutter

    Flutter makes it easy and fast to build beautiful apps for mobile and beyond

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. Fuzi

    1 AEXML VS Fuzi

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

  4. SwiftyXML

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

  5. SWXMLHash

    2 AEXML VS SWXMLHash

    Simple XML parsing in Swift

  6. XMLParser

    A lightweight XMLParser for assembling and parsing XML values written for iOS 8+ in Swift 2. (by mozharovsky)

  7. AlamofireXmlToObjects

    Fetch a XML feed and parse it into objects

  8. XMLCoder

    3 AEXML VS XMLCoder

    Easy XML parsing using Codable protocols in Swift

  9. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  10. HTMLKit

    0 AEXML VS HTMLKit

    An Objective-C framework for your everyday HTML needs.

  11. Kanna

    0 AEXML VS Kanna

    Kanna(鉋) is an XML/HTML parser for Swift.

  12. XMLMapper

    0 AEXML VS XMLMapper

    A simple way to map XML to Objects written in Swift

  13. CheatyXML

    CheatyXML is a Swift framework designed to manage XML easily

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better AEXML alternative or higher similarity.

AEXML discussion

Log in or Post with

AEXML reviews and mentions

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

Stats

Basic AEXML repo stats
1
1,026
5.3
over 1 year ago

tadija/AEXML is an open source project licensed under MIT License which is an OSI approved license.

The primary programming language of AEXML is Swift.


Sponsored
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com

Did you know that Swift is
the 15th most popular programming language
based on number of references?