[erlang-questions] Pretty print an XML?

Vance Shipley vances@REDACTED
Tue Sep 25 14:46:58 CEST 2018


On Tue, Sep 25, 2018 at 5:39 PM Frank Muller <frank.muller.erl@REDACTED> wrote:
> Is there a way to pretty print a valid XML string loaded from file?

Unfortunately with xmerl you have to sprinkle stuff like this in
yourself:  #xmlText{value="\n "}


--
     -Vance



More information about the erlang-questions mailing list