mosquito / aiohttp-xmlrpc

XMLRPC for aiohttp
MIT License
34 stars 19 forks source link

Switch to RelaxNG validator #2

Closed infotim closed 8 years ago

infotim commented 8 years ago

In XML-RPC <value>somestring</value> and <value><string>somestring</string></value> are equal and perfectly valid. Too bad that it is impossible to describe this case in XSD 1.0.

RelaxNG resolves this issue.

mosquito commented 8 years ago

Please add test for this behavior.

mosquito commented 8 years ago

Thank you. I will inspect this tomorrow. Please be in touch.

mosquito commented 8 years ago

I already uploaded it as 0.4.0. Thank you.