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/05/08 23:44:48 UTC

DO NOT REPLY [Bug 8920] New: - Schema validation time too long; approximately 20 seconds

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

Schema validation time too long; approximately 20 seconds

           Summary: Schema validation time too long; approximately 20
                    seconds
           Product: Xerces-C++
           Version: 1.6.0
          Platform: Other
        OS/Version: AIX
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: DOM
        AssignedTo: xerces-c-dev@xml.apache.org
        ReportedBy: carlo.agopian@digitalinsight.com


There are no errors generated, it seems that the validation is successful.  
The state of the DOMParser validation flags are:

    parser->setValidationScheme(DOMParser::Val_Always);
    parser->setDoSchema(TRUE);
    parser->setValidationSchemaFullChecking(FALSE);
    parser->setDoNamespaces(TRUE);

I will post the schema and the instance document once I figure out how.

An xml4c binary(version 1.6.0) was installed on my system.

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