Closed infotim closed 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.
<value>somestring</value>
<value><string>somestring</string></value>
RelaxNG resolves this issue.
Please add test for this behavior.
Thank you. I will inspect this tomorrow. Please be in touch.
I already uploaded it as 0.4.0. Thank you.
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.