elixir-xml-to-map
XML parser
Converts an XML string to a structured Elixir data structure
Converts XML String to Elixir Map data structure with string keys
53 stars
2 watching
23 forks
Language: Elixir
last commit: 10 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
gunnar2k/elixir-map-to-xml | Converts Elixir maps to XML documents in various formats and structures | 5 |
ewildgoose/elixir-xml_rpc | Converts Elixir terms to XML-RPC parameters and vice versa | 40 |
kbrw/sweet_xml | A wrapper around :xmerl to convert XML documents into Elixir data structures | 362 |
qcam/saxy | An Elixir library for parsing and encoding XML documents using the SAX parser paradigm | 279 |
nhu313/quinn | An XML parsing library for Elixir aimed at parsing and processing RSS/Atom feeds. | 49 |
pwoolcoc/exmerl | An Elixir wrapper around an XML parsing library, enabling XPath queries and traversal of parsed documents. | 12 |
stevenschobert/weebo | An XML-RPC parser/formatter for Elixir with datatype mapping support | 2 |
expelledboy/exml | An Elixir wrapper around an XML parsing and XPath evaluation library | 25 |
mischov/meeseeks | A parser and extractor for HTML and XML data with CSS or XPath selectors | 316 |
polmuz/elixir-geohash | Provides a geocoding solution in Elixir | 27 |
woxtu/elixir-mbcs | A library providing functions for character encoding conversion using the erlang-mbcs module | 27 |
antchfx/xmlquery | An XML query package providing a simple and efficient way to extract data from XML documents using XPath expressions. | 445 |
whitfin/dot-notes-elixir | An Elixir port of dot-notes to work with Maps/Lists | 8 |
kamillelonek/yaml-elixir | A Yaml parser that brings native Erlang YAML parsing functionality to the Elixir programming language | 171 |
processone/fast_xml | A fast and efficient Erlang-based XML parsing library | 134 |