<?xml version='1.0' encoding='utf-8'?>
<config xmlns="some/link">
<second_namespace xmlns="some/other/link">
....
//bunch of easy elements that I know how to handle
</second_namespace>
</config>
When I try to validate these using this validator: http://www.corefiling.com/opensource...aValidate.html it fails and gives me this error:
src-resolve: Cannot resolve the name 'q1:second_namespace' to a(n) 'element declaration' component.
All 3 files (xml and 2 generated schemas) are in the same directory.
What's the problem here? I tried 10 different schema generators and none of them made anything that would validate successfully.
I managed to get single namespace validation, but this is something else. Anyone know what I (or the schema generator) am(is) doing wrong?
Bookmarks