[Mono-devel-list] Xml entity handling

Atsushi Eno atsushi at ximian.com
Fri Jun 17 05:12:38 EDT 2005


Hi again,

Atsushi Eno wrote:
> Hi Joshua,
> 
> Yeah, it is likely to happen. Yesterday I found that there is a
> problem on namespace handling in DTDValidatingReader and
> XmlValidatingReader with kangaroo's help. I think there should
> be something similar to what XmlTextReader does. It's not a tiny
> fix but am on fixing.

And now it should be fixed (at r46122). I removed some nastly
default xmlns* attributes handling.

There seems a good principle of implementing XmlReader for anyone
who might not have the set of attributes which is not identical
to the source XmlReader (like this XmlValidatingReader that *adds*
default attributes): "have your own XmlNamespaceManager to
implement correct LookupNamespace()" :-)

Atsushi Eno



More information about the Mono-devel-list mailing list