Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/vb.net/17.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
xml中的schemalocation未根据xsd进行验证_Xml_Vb.net_Xsd - Fatal编程技术网

xml中的schemalocation未根据xsd进行验证

xml中的schemalocation未根据xsd进行验证,xml,vb.net,xsd,Xml,Vb.net,Xsd,我在xml的头中有一个schemalocation。xsd不接受xml中的schemalocation。我得到以下错误 SchemaLocation:SchemaLocation值=http://localhost/test/ns/test.xsd'必须有偶数个URI请重试 xsi:schemaLocation="http://localhost/test/ http://localhost/test/ns/test.xsd" xsi:schemaLocation=”http://localho

我在xml的头中有一个schemalocation。xsd不接受xml中的schemalocation。我得到以下错误

SchemaLocation:SchemaLocation值=http://localhost/test/ns/test.xsd'必须有偶数个URI

请重试

xsi:schemaLocation="http://localhost/test/ http://localhost/test/ns/test.xsd" xsi:schemaLocation=”http://localhost/test/ http://localhost/test/ns/test.xsd" schemalocation需要2个值(=偶数):namespaceuri+xsdlocation