Hi,
Line 88 ff, version 1.14 (Xerces 2.6.0) of the source code of
org.apache.xerces.impl.xs.SubstitutionGroupHandler states
the following:
if (element.localpart == exemplar.fName &&
element.uri == exemplar.fTargetNamespace) {
return exemplar;
}
i.e. strings are not compared with 'equals'. Was this done by
a certain intention, e.g. for performance reasons, or is it
a bug ?
I'm using org.apache.xerces.impl.xs.models package in my application
and the code above causes me trouble.
Best Regards,
gerd
________________________________________________________________
Gerd Mueller [EMAIL PROTECTED]
SMB GmbH http://www.smb-tec.com
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]