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: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
