erlsom:scan return wrong type for tail
Status: Beta
Brought to you by:
willemdj
Giving as XML input to erlsom:scan binary data without specify encoding option (in the Options field) but using a prologue <?xml version="1.0" encoding="UTF-8"?> it produces:
{ok, Struct, Tail}.
Tail was expected to be binary but it's returned of type list.