New test.
[mono.git] / mcs / tools / mono-xmltool / ChangeLog
1 2006-09-06  Andrew Skiba  <andrews@mainsoft.com>
2
3         * XmlTool20.csproj, XmlTool20.sln: added solution for Net 2.0
4
5 2006-09-06  Andrew Skiba  <andrews@mainsoft.com>
6
7         * xmltool.cs: ifdef MSNET for mono-specific references
8
9 2006-03-23  Atsushi Enomoto  <atsushi@ximian.com>
10
11         * xmltool.cs :
12           Added --validate-dtd (explicit DTD validation)
13           --transform should use TextWriter output directly so that it can
14           handle html output.
15           IndexOutOfRange fix for --prettyprint args.
16
17 2006-03-19 Boris Kirzner <borisk@mainsoft.com>
18         * nunit_transform.xslt: fixes to nunit results xslt transform
19
20 2006-02-02  Atsushi Enomoto  <atsushi@ximian.com>
21
22         * xmltool.cs : Optional 3rd. argument to --transform is now output
23           filename.
24
25 2006-02-02  Atsushi Enomoto  <atsushi@ximian.com>
26
27         * xmltool.cs : handle multiple input files. Thanks to Alp for the hint.
28
29 2006-01-31  Atsushi Enomoto  <atsushi@ximian.com>
30
31         * xmltool.cs :
32           Added --prettyprint support.
33           All warning/error messages are now written on stderr.
34
35 2006-01-30 Boris Kirzner <borisk@mainsoft.com>
36         * xmltool.cs: added #ifdef for features not supported in TARGET_JVM.
37         * XmlTool.sln, XmlTool.vmwcsproj: added project and solution files 
38         for TARGET_JVM. 
39         * nunit_transform.xslt: added xsl transformation for nunit tests.
40
41 2006-01-30  Atsushi Enomoto  <atsushi@ximian.com>
42
43         * xmltool.cs : actually environment variable was not handled.
44
45 2006-01-30  Atsushi Enomoto  <atsushi@ximian.com>
46
47         * xmltool.cs, Makefile, mono-xmltool.exe.sources : new files.