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