I ported xml_builder to Erlang. I also included from_map
from elixir-map-to-xml which gives a nice map interface for building xml. Hopefully others find it useful. It was a nice weekend project.
Porting Elixir to Erlang is relatively straight forward. One thing I learned is how to use macros to make complex guards.
I’ll be updating the README with better documentation soon. For now check out the unit tests for how to use it.