S
Sascha Kerschhofer
Hi,
is it against the spec to import two external schemas with the same
namespace into one main schema?
e.g
<xs:import namespace="http://myCompany.com/formating"
schemaLocation="srt3.xsd"/>
<xs:import namespace="http://myCompany.com/formating"
schemaLocation="srt1.xsd"/>
Saxon seems to have a problem with this. MSXML and .NET accept it. Realy
can't find any rule in the schema spec against this.
Any help is appreciated.
Sascha
is it against the spec to import two external schemas with the same
namespace into one main schema?
e.g
<xs:import namespace="http://myCompany.com/formating"
schemaLocation="srt3.xsd"/>
<xs:import namespace="http://myCompany.com/formating"
schemaLocation="srt1.xsd"/>
Saxon seems to have a problem with this. MSXML and .NET accept it. Realy
can't find any rule in the schema spec against this.
Any help is appreciated.
Sascha