我試圖找到一個解決方案,以防止驗證不成功,因爲XML文件中存在多個QT MessageHandler(行,列,描述等)錯誤顯示XML數據中的每個錯誤,而不僅僅是XML文件中出現的第一個錯誤。 實施例: 我在線路的錯誤:65(參見圖) this is my error 但也有誤差線:78,83,95,但劑量不會顯示它僅示出了第一。 這種情況下有解決方案嗎?如果是的話,怎麼樣? 我的代碼看起來是這樣的
我想寫有效的XML此架構: <xsd:complexType name="resourceType">
<annotation xmlns="http://www.w3.org/2001/XMLSchema">
<documentation>
A resource root within a deployment.
</documentation>
我得到我的XSD文件以下錯誤: Element 'attribute' is invalid, misplaced, or occurs too often. ,我不知道爲什麼。 這裏是我的XSD文件: <?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">