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=5425>. 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=5425 String comparison uses '==' instead of String.equals() ------- Additional Comments From [EMAIL PROTECTED] 2001-12-14 13:02 ------- In Xerces, all namespace uris are added into some symbol table, and can be compared by reference. If it happens that the two namespace uris are diferent String objects with same characters, then it's a bug somewhere else, not at the place you pointed. Could you 1. Try the latest xerces-2 code from cvs? (Your line number doesn't match what's in cvs, so I assume you are using an earlier version.) 2. If the problem still occurs, could you post your xml/xsd files with a sample java program that can reproduce this bug? Thank. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
