[Mono-list] Re: XmlValidatingReader class??
ginga@kit.hi-ho.ne.jp
ginga@kit.hi-ho.ne.jp
Sat, 17 May 2003 01:28:59 +0900
Hello,
> I just encounterd that the XmlValidatingReader exists but isn't really
> implemented.
> Since #D needs it, we should have it for the porting effort of #D to mono.
> Anybody working on it or could lend a hand by implementing it?
At least I had not, and I'll be grateful if you are interested in
implementing it:) BTW, XmlValidatingReader has some aspects for
validation or contributing information set. Do you know what part
of them #D requires?
- DTD
- XML Schema
- XDR ... ah, they won't use it :-)
DTD parser and DTD objects are available in XmlTextReader (though
it is somewhat ad-hoc) to use implied attributes or to implement
ID/IDREFs for DOM. FYI.
Atsushi Eno