0

xml のヘッダーに schemalocation があります。xsd が xml の schemalocation を受け入れていません。次のエラーが表示されます。

SchemaLocation: SchemaLocation 値 = 'http://localhost/test/ns/test.xsd' には偶数の URI が必要です

4

1 に答える 1

0

試す

xsi:schemaLocation="http://localhost/test/ http://localhost/test/ns/test.xsd"

schemalocation には 2 つの値 (=偶数) が必要です: namespaceuri + xsdlocation

于 2012-07-30T06:58:42.357 に答える