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/08/27 11:01:46 UTC

[DO NOT REPLY: Bug 3035] Cannot parse schema for schema

PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT
ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW
AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE
DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL
BE LOST SOMEWHERE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3035

*** shadow/3035	Tue Aug  7 17:01:53 2001
--- shadow/3035.tmp.25980	Mon Aug 27 02:01:46 2001
***************
*** 2,9 ****
  | Cannot parse schema for schema                                             |
  +----------------------------------------------------------------------------+
  |        Bug #: 3035                        Product: Xerces-J                |
! |       Status: NEW                         Version: 1.4.2                   |
! |   Resolution:                            Platform: All                     |
  |     Severity: Major                    OS/Version: All                     |
  |     Priority: Other                     Component: Schema-Structures       |
  +----------------------------------------------------------------------------+
--- 2,9 ----
  | Cannot parse schema for schema                                             |
  +----------------------------------------------------------------------------+
  |        Bug #: 3035                        Product: Xerces-J                |
! |       Status: RESOLVED                    Version: 1.4.2                   |
! |   Resolution: INVALID                    Platform: All                     |
  |     Severity: Major                    OS/Version: All                     |
  |     Priority: Other                     Component: Schema-Structures       |
  +----------------------------------------------------------------------------+
***************
*** 61,64 ****
          return dv;
      }
  
! -Takuki Kamiya
--- 61,73 ----
          return dv;
      }
  
! -Takuki Kamiya
! 
! ------- Additional Comments From pavani.mukthipudi@india.sun.com  2001-08-27 02:01 -------
! Xerces 1.4.x doesn't support "schema for schema" file parsing. All the Datatypes
! and other information needed to validate a schema file is hard-coded in the
! TraverseSchema and DatatypeValidatorFactoryImpl classes. That is, a Hashtable of
! all the datatypes and their corresponding validators is maintained and the
! getDatatypeValidator() method gets the DatatypeValidator if it is present in the
! Hashtable, else returns null. So even if the proposed change is made, it doesn't
! result in parsing the "schema for schema".

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