You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by bu...@apache.org on 2002/01/10 18:31:45 UTC

DO NOT REPLY [Bug 5786] New: - Unexpected Schema errors

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

Unexpected Schema errors

           Summary: Unexpected Schema errors
           Product: Xerces-C++
           Version: 1.6.0
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Critical
          Priority: Other
         Component: Validating Parser (Schema) (Xerces 1.5 or up only)
        AssignedTo: xerces-c-dev@xml.apache.org
        ReportedBy: gmann@adobe.com


Schema validation produces unexpected errors like
Error at file D:\Schema\CIP4\b__2_28\Publish\JDF_Pass\_test4.xml, line 17, char 
206
  Message: No circular definitions are 
allowed: 'http://www.CIP4.org/JDFSchema_1,FileSpec__'

This can be reproduced using DOMCount with switches -n and -s
Example document:-
<?xml version="1.0" encoding="UTF-8"?>
<JDF xmlns="http://www.CIP4.org/JDFSchema_1" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
xsi:schemaLocation="http://www.CIP4.org/JDFSchema_1
http://www.cip4.org/Schema/JDF_1.xsd" 
ID="AAA" Status="Stopped" Type="Product"/>

Note: the schema for this document is available at 
http://www.cip4.org/Schema/JDF_1.xsd

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-c-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-c-dev-help@xml.apache.org