[Mono-list] System.Xml XmlTextReader 'resolver' ...

2006-11-14 Thread Michael Meeks
Hi there, It seems one constructor for XmlTextReader really requires a XmlResolver parameter [ perhaps instead of the dummy boolean ? ], such that we can resolve URIs correctly in the GetStreamFromUrl call inside the impl. This was provoked by OdfConverter - which likes to stuff

Re: [Mono-list] System.Xml XmlTextReader 'resolver' ...

2006-11-14 Thread Michael Meeks
Hi Atsushi, On Tue, 2006-11-14 at 09:28 +0900, Atsushi Eno wrote: Sadly the patch is wrong - the XmlResolver in XmlReaderSettings is used only to resolve DTD or whatever dependent files, not the XML stream itself. Interesting; I'd be interesting to know what source you get that from.

Re: [Mono-list] System.Xml XmlTextReader 'resolver' ...

2006-11-13 Thread Atsushi Eno
Hi, Michael Meeks wrote: It seems one constructor for XmlTextReader really requires a XmlResolver parameter [ perhaps instead of the dummy boolean ? ], such that we can resolve URIs correctly in the GetStreamFromUrl call inside the impl. Sadly the patch is wrong - the XmlResolver in

Re: [Mono-list] System.Xml XmlTextReader 'resolver' ...

2006-11-13 Thread Atsushi Eno
Hi, Michael Meeks wrote: Interesting; I'd be interesting to know what source you get that from. Based on the fact that this code works on MS' .Net 2.0 but not under Mono, it appears likely that we behave differently, and thus we are in error. Furthermore, (now I look) MSDN appears to