[Mono-list] XmlNamespaceManager.LookupPrefix
Nick Drochak
ndrochak@gol.com
Fri, 17 Jan 2003 11:08:36 +0900
| I noticed that mono's XmlNamespaceManager.LookupPrefix method is
| implemented as MS describes in their documentation:
|
| <blockquote>
| Return Value
| The matching prefix. If there is no mapped prefix, the method
| returns String.Empty. If a null value is supplied then a null
| reference (Nothing in Visual Basic) is returned.
| </blockquote>
|
| But I simply tried below with MS.NET, then LookupPrefix returned null:
We should implement the same behavior as MS.NET. Send an email to MS using
the link on the documentation page about the discrepency. They really do
listen!
Regards,
Nick D.