[Mono-list] Re: some System.XML bugfixes

ginga(A.E.) ginga@kit.hi-ho.ne.jp
Wed, 04 Dec 2002 02:38:42 +0900


Hello.

> When InsertAfter remaps the call into an InsertBefore(xxx, null), to
> insert it at the end, then InsertBefore skips the checking if it is
> being inserted around a DocumentElement. Surely (non-whitespace)
> Elements/Characters/EntityReferences cannot occur anywhere outside the
> DocumentElement so I have removed this test. 

Thanks. To tell the truth, I recently fixed that buggy stuff, but it
caused other errors at System.Configuration package. Gonzalo considered
that we had better revert in the meantime, and I think so, too
(until we'll fix the problem).

I knew another problem you pointed out and is also in my private fix.
But I can't commit yet ;-)

Thanks.

-- A.Enomoto