Bug 3735

Summary: EntityReference is not taken into account for schema
Product: Xerces-J Reporter: Takuki Kamiya <tkamiya>
Component: Schema-StructuresAssignee: Xerces-J Developers Mailing List <xerces-j-dev>
Status: NEW ---    
Severity: major    
Priority: P3    
Version: 1.4.3   
Target Milestone: ---   
Hardware: All   
OS: All   

Description Takuki Kamiya 2001-09-19 17:28:24 UTC
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