Topic: Erlang
How to work with XML documents in Elixir using xmerl
I want to parse an XML document, find an element by id, add an attribute, and export the document back to a string.
I want to parse an XML document, find an element by id, add an attribute, and export the document back to a string.