XML Schema Validation : Cannot find the declaration of element

前端 未结 3 617
野的像风
野的像风 2020-12-08 20:04

I am still a bit new to XML Schema etc. and have been working to develop some XML, Schema and a Stylesheet (XSLT). I have made reasonable progress, but then realized that my

3条回答
  •  -上瘾入骨i
    2020-12-08 20:44

    The targetNamespace of your XML Schema does not match the namespace of the Root element (dot in Test.Namespace vs. comma in Test,Namespace)

    Once you make the above agree, you have to consider that your element2 has an attribute order that is not in your XSD.

提交回复
热议问题