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=3735>. 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=3735 EntityReference is not taken into account for schema Summary: EntityReference is not taken into account for schema Product: Xerces-J Version: 1.4.3 Platform: All OS/Version: Windows NT/2K Status: NEW Severity: Major Priority: Other Component: Schema-Structures AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] If there is an entity reference in schema that includes schema fragments, schema components defined in the included fragments do not get recognized. It appears that schema traversal does not take into account entity references. If I add a line: fSchemaGrammarParser.setFeature("http://apache.org/xml/features/dom/create- entity-ref-nodes", false); in XMLValidator.java It starts recognizing included schema components. -Takuki Kamiya --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
