T
Tjerk Wolterink
I have an xml document that
conforms to my xschema document.
Now i wanted to use xinclude in my xml document.
But when i want to validate the xml document to the xschema
i get the following error:
--
[Xerces-J 2.7.1] Validating "structure.xml" against
"file:/D:/development/webapps/XCManager/web/WEB-INF/schemas/structure.xsd"
....
Ln 48 Col 70 - cvc-complex-type.2.4.a: Invalid content was found
starting with element 'xi:include'. One of
'{"http://www.wolterinkwebdesign.com/xml/structure":class}' is expected.
--
What should i do?
I want to be able to use the xi:include element anywhere in
my xml document.
Should i change my xschema?
conforms to my xschema document.
Now i wanted to use xinclude in my xml document.
But when i want to validate the xml document to the xschema
i get the following error:
--
[Xerces-J 2.7.1] Validating "structure.xml" against
"file:/D:/development/webapps/XCManager/web/WEB-INF/schemas/structure.xsd"
....
Ln 48 Col 70 - cvc-complex-type.2.4.a: Invalid content was found
starting with element 'xi:include'. One of
'{"http://www.wolterinkwebdesign.com/xml/structure":class}' is expected.
--
What should i do?
I want to be able to use the xi:include element anywhere in
my xml document.
Should i change my xschema?