An Elixir library for building XML document in a streaming fashion.
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. Please see documentation for more information.