Re: xerces 1.1.1 exception on type extension

2000-06-10 Thread Jeffrey Rodriguez
Mr. Buroff, try the building from the latest cvs head. We fixed a few bugs related to schema. When running this with sax.SAXCount -v elementManager.xml I get the following: [Error] elementManager.xml:5:18: Schema error: complexType 'VariableType' with a elementOnly or mixed content need to have a

Re: xerces 1.1.1 exception on type extension

2000-06-06 Thread Eric Ye
The exception you saw is not related to type extension, in you elementManager.xsd:         derivedBy="extension"> 1. You may want to use content="textOnly" or "elementOnly" to disambiguite the contentType of the complexTypes you want to define.  I don't mean this is required by the

Re: xerces 1.1.1 exception on type extension

2000-06-06 Thread Mike Pogue
Thanks! Could you please post these bugs to the Xerces-J list? This mailing list is obsolete (we really should shut it down at this point). Mike > Steve Buroff wrote: > > I've attached small xml and xsd files that blow away xerces 1.1.1 with > the exception below. I believe it is caused by the