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