My interpretation of the XML-RPC specifications is that struct tags can be empty and indeed it happened to me of retrieving XML-RPC responses with empty struct tags.
Parsing such responses with this library gives an error from erlsom because the xsd template does not allow this. Also fixing the template your library gives another error
I have done a very small patch to handle this situation, if you want I can submit a pull request
My interpretation of the XML-RPC specifications is that
struct
tags can be empty and indeed it happened to me of retrieving XML-RPC responses with emptystruct
tags.Parsing such responses with this library gives an error from
erlsom
because thexsd
template does not allow this. Also fixing the template your library gives another errorI have done a very small patch to handle this situation, if you want I can submit a pull request