[Mono-list] xml bug?
David Sheldon
dave-monolist@earth.li
Tue, 20 Jan 2004 09:57:58 +0000
On Tue, Jan 20, 2004 at 03:54:52PM +0900, Atsushi Eno wrote:
> a) supply no xmlns for default namespace
> This looks more de facto standard way. I wrote similar code with jdk 1.5
> and got the same result as MS.NET.
Will this be differentiated from the null-namespace? If I did
b = x.CreateElement("b", "namespace");
b2 = x.CreateElement("b2", "");
b.AppendChild(b2);
Where I would expect b2 to have the xmlns="" attribute.
David
--
"If I can differentiate that, anyone can."
Professor Batty, Maths Lecture