https://github.com/activesphere/xml_stream
An Elixir library for building XML document in a streaming fashion
https://github.com/activesphere/xml_stream
elixir stream xml
Last synced: 8 months ago
JSON representation
An Elixir library for building XML document in a streaming fashion
- Host: GitHub
- URL: https://github.com/activesphere/xml_stream
- Owner: activesphere
- License: mit
- Created: 2017-11-03T07:13:03.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-03-26T02:21:41.000Z (about 1 year ago)
- Last Synced: 2025-10-21T18:57:18.469Z (8 months ago)
- Topics: elixir, stream, xml
- Language: Elixir
- Homepage: https://hexdocs.pm/xml_stream
- Size: 55.7 KB
- Stars: 7
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# XmlStream
[](https://hex.pm/packages/xml_stream)
An Elixir library for building XML document in a streaming fashion.
### Use cases
There are cases where constructing the whole XML document in memory is
a not viable option. Exporting records as a xlsx document is a good
example. This library provides primitives to build XML document
as a [stream](https://hexdocs.pm/elixir/Stream.html). Please see
[documentation](https://hexdocs.pm/xml_stream) for more information.