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=24672>. 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=24672 Possible bug in Node.lookupPrefix(...) [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID ------- Additional Comments From [EMAIL PROTECTED] 2004-01-16 19:00 ------- The test case is invalid. For the first scenario -- the element has "http://www.w3.org/DOM" namespace but the lookup method is looking for "http://www.w3.org/DOM/Test". So the result is null. For the second scenario -- according to algorithm if method is invoked on attribute node, it is the same as calling it on the element node the attribute belongs to, so we are back to the first scenario... --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
