Bug 3735 - EntityReference is not taken into account for schema
Summary: EntityReference is not taken into account for schema
Status: NEW
Alias: None
Product: Xerces-J
Classification: Unclassified
Component: Schema-Structures (show other bugs)
Version: 1.4.3
Hardware: All All
: P3 major
Target Milestone: ---
Assignee: Xerces-J Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-09-19 17:28 UTC by Takuki Kamiya
Modified: 2005-03-20 17:06 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
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