DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27055>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27055

DOM level 3 : Cannot import 2 XSD within the same namespace





------- Additional Comments From [EMAIL PROTECTED]  2004-02-19 02:58 -------
>From XML Schema spec: (http://www.w3.org/TR/xmlschema-1/#src-import)

Given that the schemaLocation [attribute] is only a hint, it is open to
applications to ignore all but the first <import> for a given namespace,
regardless of the ·actual value· of schemaLocation, but such a strategy risks
missing useful information when new schemaLocations are offered.

Also, your tests compare a schema validating DOM 3 parse with a non-schema
validating JAXP based parse.  I assume that if you compared a JAXP and DOM 3
schema validating parse they would have the same behavior.

To address your situation, I believe the reliable approach is to create a new
schema that include both desired subset schemas and then import it.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to