fast_xml
Fast Expat based Erlang XML parsing library (by processone)
saxy
Fast SAX parser and encoder for XML in Elixir (by qcam)
fast_xml | saxy | |
---|---|---|
- | 1 | |
135 | 290 | |
0.7% | 0.3% | |
7.6 | 5.1 | |
4 months ago | 6 months ago | |
Erlang | Elixir | |
Apache License 2.0 | 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.
fast_xml
Posts with mentions or reviews of fast_xml.
We have used some of these posts to build our list of alternatives
and similar projects.
We haven't tracked posts mentioning fast_xml yet.
Tracking mentions began in Dec 2020.
saxy
Posts with mentions or reviews of saxy.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-10-11.
-
Faster XML Parsing with Elixir
A SAX (Simple API for XML) parser works by iterating through a document and emitting events when certain things happen. For example, the Saxy parser emits the following events.
What are some alternatives?
When comparing fast_xml and saxy you can also consider the following projects:
xml_builder - Elixir library for generating XML
sweet_xml
exquery - elixir html parser
erlsom - XML parser for Erlang