An empty string inside a type tag will produce an empty list as
at the XML parser level, which will directly returned in the XMLRPC
response. Handle this case directly.
An empty string with no type produces an :undefined value out of erlsom.
This causes the parser to fail because no parse_value clause will match.
Handle this case directly.
An empty string inside a type tag will produce an empty list as
at the XML parser level, which will directly returned in the XMLRPC
response. Handle this case directly.
An empty string with no type produces an :undefined value out of erlsom. This causes the parser to fail because no parse_value clause will match. Handle this case directly.
BR. /dalegaard