[Mono-devel-list] bug in XML?
Atsushi Eno
atsushi at ximian.com
Sun Jun 27 09:33:09 EDT 2004
Hello,
> ucs.ReadXml("structure.xml");
> On WinXP program outputs values of every column in every row
> On mono 1.0rc @ fc1 program outputs only empty lines.
With the line above + the content of "structure.xml" will tell
everything. Please file a bug onto bugzilla with that xml.
> Is this a bug in mono? Should I send test project to help reproduce a bug?
> This is very important to me...
I guess it is a bug in mono. However, the bug is really not important;
easy to workaround by preloading the structure using
ReadXmlSchema(the_matching_schema). In general, ReadXml(XmlReadMode.Auto
or XmlReadMode.InferSchema) is little reliable solution.
Atsushi Eno
More information about the Mono-devel-list
mailing list