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