I have a schema where I define <any namespace="##any" ... />. It works in 1.3.0. But if I switch to 1.3.1, it fails. Any element with in the namespace of the schema I'm using works. But if I use an element in another namespace, it fails with:
The content of element type "Service" must match "##any:uri=http://pasx.org/PASX*". I've noticed that org.apache.xerces.validators.schema.TraverseSchema has changed in the TraverseAny() method between 1.3.0 and 1.3.1. The cases for ##any and ##other seem identical. (of course, I'm not bright enough to know why) Is this a bug, or am I assuming something I shouldn't? -andy -- Andrew Newton Verisign Applied Research [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
