我有一个 xml,其属性在值中包含引号。有没有可能用 xsd 验证 xml 的方法?
XML:
<root>
<item size="11"x17""/>
</root>
错误:
Error displayed: Assertion failure message: fatal: line=5 col=268 Element type "item" must be followed by either attribute specifications, ">" or "/>".