dotgnu-general
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [DotGNU]Xml Alien Invasion - A standards war


From: Gopal V
Subject: Re: [DotGNU]Xml Alien Invasion - A standards war
Date: Fri, 17 Jan 2003 20:22:43 +0530
User-agent: Mutt/1.2.5i

If memory serves me right, minddog wrote:
> I got one... commited for your node reading pleasure.

Now that broke .ReadOuterXml() for obvious reasons ... 

<tag stuff="foo">
</tag>

became 

<tag 
</tag>

> I'm writing testcases so we can do sanity checks from now on.

We really need those to make sure that fixes don't break other
``stuff'' ...

Since XmlDocument does not use these , I'm sure it's not b0rked by
such ... (thank god for ReadNode() )....

I want a ReadStartElement() which seems to be in MS .NET .... And
btw, we should be reading XmlTextReader.Remainder to see what's read
by a single Read() and not the original stream....

So I think your interpretation of the Read() just might be right , could
someone check the following program in .NET please ?... though the mono
implementation is working, that does not mean it's always complete or 
implemented upto spec to use as a reference .....

We should actually stop replicating Mono quirks here and focus on keeping
implementation clean and upto spec ....

Gopal
-- 
The difference between insanity and genius is measured by success

Attachment: xml5.cs
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]