Konstantin Voschanov
Results
1
comments of
Konstantin Voschanov
You can, of course, strip header yourself, like this: ``` erlang strip_header() -> [_, CleanXml] = binary:split(Rest, >), CleanXml; strip_header(CleanXml) -> CleanXml. ``` But in my opinion, it should do...