2006-09-06 Andrew Skiba * XmlTool20.csproj, XmlTool20.sln: added solution for Net 2.0 2006-09-06 Andrew Skiba * xmltool.cs: ifdef MSNET for mono-specific references 2006-03-23 Atsushi Enomoto * xmltool.cs : Added --validate-dtd (explicit DTD validation) --transform should use TextWriter output directly so that it can handle html output. IndexOutOfRange fix for --prettyprint args. 2006-03-19 Boris Kirzner * nunit_transform.xslt: fixes to nunit results xslt transform 2006-02-02 Atsushi Enomoto * xmltool.cs : Optional 3rd. argument to --transform is now output filename. 2006-02-02 Atsushi Enomoto * xmltool.cs : handle multiple input files. Thanks to Alp for the hint. 2006-01-31 Atsushi Enomoto * xmltool.cs : Added --prettyprint support. All warning/error messages are now written on stderr. 2006-01-30 Boris Kirzner * xmltool.cs: added #ifdef for features not supported in TARGET_JVM. * XmlTool.sln, XmlTool.vmwcsproj: added project and solution files for TARGET_JVM. * nunit_transform.xslt: added xsl transformation for nunit tests. 2006-01-30 Atsushi Enomoto * xmltool.cs : actually environment variable was not handled. 2006-01-30 Atsushi Enomoto * xmltool.cs, Makefile, mono-xmltool.exe.sources : new files.