I think I forgot to follow up on this one ... Ok let me try to include this fix as well.
Thanks! Tinny qchen wrote: > Has this bug been fixed in 1.5.1 or 1.5.2? The code seem to be still > returning -1 rather than -1-i. > Thanks, > Qi Chen > > http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2174 > *** shadow/2174 Thu Jun 14 01:22:18 2001 --- shadow/2174.tmp.18962 Thu Jun > 14 05:53:59 2001 *************** *** 68,70 **** --- 68,77 ---- return > previous; }; + + ------- Additional Comments From [EMAIL PROTECTED] 2001-06-14 > 05:53 ------- + I think the fix should be in findNamePoint(const DOMString > &namespaceURI,const + DOMString &localName) directly, instead of returning > -1, should return -1-i as + in findNamepoint(const DOMString &name). But > anyway, do you have a testcase to + show the problem and verify the fix? + > --------------------------------------------------------------------- To > unsubscribe, e-mail: [EMAIL PROTECTED] For additional > commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
