RE: XSchemaValidator.java update

2000-02-03 Thread George T. Joseph
D] Sent: Thursday, February 03, 2000 3:20 AM To: [EMAIL PROTECTED] Subject: Re: XSchemaValidator.java update I'm philosophically opposed to adding in entities when the Schema WG has worked so hard to take them out, especially before the final draft of Schema comes out. If we put this non-s

Re: XSchemaValidator.java update

2000-02-03 Thread twleung
ry 01, 2000 4:52 PM Subject: XSchemaValidator.java update > I've got a few changes for XSchemaValidator.java that add to its usability: > > Add 2 methods (addInternalEntityDecl(), addExternalEntityDecl()) that do just > what they imply. There's really no other way to have a parser e

XSchemaValidator.java update

2000-02-02 Thread George T. Joseph
I've got a few changes for XSchemaValidator.java that add to its usability: Add 2 methods (addInternalEntityDecl(), addExternalEntityDecl()) that do just what they imply. There's really no other way to have a parser extension declare entities and still validate against a schema. Both already exi