2013-03-20 70 views
0

我有一个xml,其属性在值中有引号。有没有任何可能的方式来验证XML与XSD?验证其属性值中带有引号的xml中的xsd

的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 "/>". 
+0

[得到了答案?](http://stackoverflow.com/faq#howtoask) – 2013-03-25 16:30:48

回答