I have an xml whose attributes have quotes in the values. Is there any possible way to validate the xml with the xsd ?
The XML:
<root>
<item size="11"x17""/>
</root>
The error:
Error displayed: Assertion failure message: fatal: line=5 col=268 Element type "item" must be followed by either attribute specifications, ">" or "/>".