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 [EMAIL PROTECTED] 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
