An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# XmlStream

[![Hex.pm](https://img.shields.io/hexpm/v/xml_stream.svg)](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.