You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by qchen <qc...@micron.com> on 2001/12/06 20:49:42 UTC

BUG: findNamePoint()

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 tng@ca.ibm.com 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: xerces-c-dev-unsubscribe@xml.apache.org For additional
commands, e-mail: xerces-c-dev-help@xml.apache.org 


---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-c-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-c-dev-help@xml.apache.org


Re: BUG: findNamePoint()

Posted by Tinny Ng <tn...@ca.ibm.com>.
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 tng@ca.ibm.com 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: xerces-c-dev-unsubscribe@xml.apache.org For additional
> commands, e-mail: xerces-c-dev-help@xml.apache.org
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: xerces-c-dev-unsubscribe@xml.apache.org
> For additional commands, e-mail: xerces-c-dev-help@xml.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-c-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-c-dev-help@xml.apache.org