[Mono-list] Re: XmlNamespaceManager.LookupPrefix

Miguel de Icaza miguel@ximian.com
17 Jan 2003 15:43:59 -0500


Hello,

> I looked into ECMA spec and pnetlib (of DotGNU) source,
> and found that both of them are based on MS's documentation.

Remember one thing: ECMA documentation is based on the Microsoft
documentation, and sometimes the Microsoft documentation does contain
errors on it or does not match the actual implementation.

Sometimes the bug is on the documentation, and the right thing to do is
to fix the documentation instead of the code.

For now, lets assume that the bug is in the documentation, so lets move
closer to the .NET behavior, and submit the bug to ECMA/Microsoft so
they can fix their docs.

We have a file where we log these things in Mono

	mcs/class/doc/API-notes

Best wishes,
Miguel