All Downloads are FREE. Search and download functionalities are using the official Maven repository.

msv.generator.doc.README.txt Maven / Gradle / Ivy

There is a newer version: 2.3.0
Show newest version
======================================================================
                  README FILE FOR SUN XML GENERATOR
                            version @@VERSION@@
             Copyright (c) Sun Microsystems, 2001-@@YEAR@@
Document written by Kohsuke Kawaguchi ([email protected])
                                                    $Revision: 1509 $
======================================================================

Sun XML Generator is a Java tool to generate various XML instances from
several kinds of schemas. It supports DTD, RELAX Namespace, RELAX Core,
TREX, and a subset of W3C XML Schema Part 1. This release includes
software developed by the Apache Software Foundation [1].


----------------------------------------------------------------------
OVERVIEW
----------------------------------------------------------------------

This is a command-line tool that can generate both valid and invalid
instances from schemas. It can be used for generating test cases for XML
applications that need to conform to a particular schema. For example:

* to load-test applications against large documents
* to ensure that documents are processed correctly
* to check the behavior of XSL stylesheets


See HowToUse.html for details.


----------------------------------------------------------------------
CHANGE LOG
----------------------------------------------------------------------

- Added a new option "-root" to specify the root element name of the
  generated XML.



----------------------------------------------------------------------
CURRENT STATUS
----------------------------------------------------------------------

This release relies on Sun Multi Schema Validator[2] for parsing
schemas. Therefore, any limitation that applies to MSV will apply to
this release.


----------------------------------------------------------------------
REFERENCES
----------------------------------------------------------------------
[ 1] Apache Software Foundation
      http://www.apache.org/
[ 2] Sun Multi Schema Validator
      http://www.sun.com/xml

======================================================================
END OF README




© 2015 - 2025 Weber Informatics LLC | Privacy Policy