monogataristories by Atsushi EnoCannot DataSet be read from streaming XmlReader- April 29, 2004 DataSet.ReadXml() is still hot - here "hot" does not mean any good, especially confronting upcoming beta1 release. In the comment to my blog post, I was asked if we can provide XmlDocument-less DataSet.ReadXml(). I have been developing anothe implementation , but I had no certain answer about that question. However, I found one problematic design in MS.NET. MS.NET infers a data columns in a certain order. It infers: A Hidden primary key column: If the table element contains another table...http://primates.ximian.com/~atsushi/blog/archives/000424.html "defining the game" in Japanese- April 26, 2004 You can read Miguel's "defining the game" in Japanese. Today Gert Driesen of NDoc team told me that he could manage to run NDoc (NDocConsole.exe) on Mono and he could create MSDN docs without any problem. Am glad to hear that. I have many thanks to him for his helpful advice to manage to run NAnt (to build NDoc; he is also in NAnt team), and many nice reports on bugzilla. Now I'm still on the ADO.NET way. Today I checked the first TypedDataSetGenerator implementation into cvs. It is still...http://primates.ximian.com/~atsushi/blog/archives/000421.html the last samurai- April 22, 2004 OK, time to be happy with Rupert.http://primates.ximian.com/~atsushi/blog/archives/000417.html the dark side of the moon- April 22, 2004 Just a note, I found that in the recent article about mono on osnews, there was a mention about XmlDocument.GetElementById(). There has been description about it (why it is incomplete). GetElementById() is one of the troublesome part of the DOM specification (and I don't like it) and I don't feel I had better dig into it. If you still think that method is "the most important" as the author says, you don't have to hesitate to use it... I think it is as stable as Microsoft.NET. I have been...http://primates.ximian.com/~atsushi/blog/archives/000416.html How is the mapping from xsd to DataSet done- April 16, 2004 I am trying to rewrite DataSet.ReadXmlSchema(). There had been great prior art named XmlSchemaMapper by Ville Palo, but since at the time he wrote up that class, there was no complete XML Schema stack, so he had to have a hard time to implement it without Post Schema Compilation Information. So I thought it is time to improve them and simplify the class. Actually, I'm on creating another class. I began with the analysis of ReadXmlSchema() behavior. Actually, Microsoft had written Generating...http://primates.ximian.com/~atsushi/blog/archives/000409.html Nothing more than scribble- April 4, 2004 Todd made cool gettext support for MD: (Of course, it is not him who created this incomplete ja_JP.po file :-) -------- Well, after tberman's another set of gettext hacking, I could get another shot, with updated .po file. Note that basically translation should not be done against heavily ongoing works; I was playing only 1 to 1.5 hours with it. But it also means that when some releases will be done, it won't require so much time ;-)http://primates.ximian.com/~atsushi/blog/archives/000393.html |