You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-dev@xerces.apache.org by bu...@apache.org on 2001/09/20 02:28:25 UTC

DO NOT REPLY [Bug 3735] New: - EntityReference is not taken into account for schema

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: xerces-j-dev@xml.apache.org
        ReportedBy: tkamiya@iona.com


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: xerces-j-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-j-dev-help@xml.apache.org