RE: Xerces-J bug in XSchemaValidator.java (I figured it out and patched it.)

2000-01-30 Thread George T. Joseph
contentSpecType = fStringPool.addSymbol("ANY"); -Original Message- From: George T. Joseph [mailto:[EMAIL PROTECTED] Sent: Saturday, January 29, 2000 11:55 PM To: xerces-dev Subject: Xerces-J bug in XSchemaValidator.java I'm test driving the 12/17 Schema WD supp

Xerces-J bug in XSchemaValidator.java

2000-01-30 Thread George T. Joseph
I'm test driving the 12/17 Schema WD support and think I found a bug... Specifying an attributeGroup reference in a type declaration causes an error if at least one attribute isn't defined before it. The error is: "Datatype qualifiers can only be used if you specify a type attribute." Although t