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=5175>.
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=5175

XML Schema include support only goes one level deep

           Summary: XML Schema include support only goes one level deep
           Product: Xerces2-J
           Version: 2.0.0 [beta 3]
          Platform: All
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Major
          Priority: Other
         Component: XML Schema Structures
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


In my main.xsd, it includes contact.xsd
<include schemaLocation="http://www.example.com/schemas/contact.xsd"/>

In contact.xsd, it includes address.xsd
<include schemaLocation="http://www.example.com/schemas/address.xsd"/>

Xerces failed to load address.xsd, the validation failed.
When I moved everything in address.xsd -> contact.xsd (remove include element), 
it worked.

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

Reply via email to