DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5928>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5928 XMLSchemaValidator sometimes overlooks identity constraints [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID ------- Additional Comments From [EMAIL PROTECTED] 2002-09-04 16:35 ------- Hi. Both of the attached schemas suffer from the same problem: they assume that, like everything else in schema, if a binding for the default namespace is in force then it will get used in ID Constraint XPath expressions. But the XPath spec states (in section 2.2), that the default namespace is never bound in XPath expressions. So, to make these cases work, an explicit prefix has to be bound to the schema's targetNamespace and this prefix must be used in the XPath expressions. When this is done, all tests produce errors as expected. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
