74 lines
2.3 KiB
Plaintext
74 lines
2.3 KiB
Plaintext
|
2009-03-16 Atsushi Enomoto <atsushi@ximian.com>
|
||
|
|
||
|
* xmltool.cs: added --validate-xsd2 option to validate with xsd
|
||
|
but with new validator in 2.0.
|
||
|
|
||
|
2009-02-23 Atsushi Enomoto <atsushi@ximian.com>
|
||
|
|
||
|
* xmltool.cs : Enabled new error recovery feature in RELAX NG
|
||
|
validation. It should continue error reporting until the end of
|
||
|
the document.
|
||
|
|
||
|
2009-02-19 Atsushi Enomoto <atsushi@ximian.com>
|
||
|
|
||
|
* xmltool.cs : call Compile() and detect relax ng grammar error
|
||
|
so that it could detect grammar sanity when there is no instance
|
||
|
to be validated.
|
||
|
|
||
|
2007-12-27 Atsushi Enomoto <atsushi@ximian.com>
|
||
|
|
||
|
* xmltool.cs : use absolute path as the base uri for *.rnc.
|
||
|
|
||
|
2006-11-07 Atsushi Enomoto <atsushi@ximian.com>
|
||
|
|
||
|
* xmltool.cs : compile schema to validate the schema itself. It is
|
||
|
useful when there is no instance document to valiate.
|
||
|
|
||
|
2006-09-06 Andrew Skiba <andrews@mainsoft.com>
|
||
|
|
||
|
* XmlTool20.csproj, XmlTool20.sln: added solution for Net 2.0
|
||
|
|
||
|
2006-09-06 Andrew Skiba <andrews@mainsoft.com>
|
||
|
|
||
|
* xmltool.cs: ifdef MSNET for mono-specific references
|
||
|
|
||
|
2006-03-23 Atsushi Enomoto <atsushi@ximian.com>
|
||
|
|
||
|
* 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 <borisk@mainsoft.com>
|
||
|
* nunit_transform.xslt: fixes to nunit results xslt transform
|
||
|
|
||
|
2006-02-02 Atsushi Enomoto <atsushi@ximian.com>
|
||
|
|
||
|
* xmltool.cs : Optional 3rd. argument to --transform is now output
|
||
|
filename.
|
||
|
|
||
|
2006-02-02 Atsushi Enomoto <atsushi@ximian.com>
|
||
|
|
||
|
* xmltool.cs : handle multiple input files. Thanks to Alp for the hint.
|
||
|
|
||
|
2006-01-31 Atsushi Enomoto <atsushi@ximian.com>
|
||
|
|
||
|
* xmltool.cs :
|
||
|
Added --prettyprint support.
|
||
|
All warning/error messages are now written on stderr.
|
||
|
|
||
|
2006-01-30 Boris Kirzner <borisk@mainsoft.com>
|
||
|
* 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 <atsushi@ximian.com>
|
||
|
|
||
|
* xmltool.cs : actually environment variable was not handled.
|
||
|
|
||
|
2006-01-30 Atsushi Enomoto <atsushi@ximian.com>
|
||
|
|
||
|
* xmltool.cs, Makefile, mono-xmltool.exe.sources : new files.
|