msv.tahiti.doc.README.txt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jaxb1-impl Show documentation
Show all versions of jaxb1-impl Show documentation
JAXB (JSR 222) Reference Implementation - JAXB1 build
======================================================================
README FILE FOR "TAHITI"
Preview Version July, 2001
Copyright (c) Sun Microsystems, 2001
Document written by Kohsuke Kawaguchi ([email protected])
$Revision: 1058 $
======================================================================
"Tahiti" is a Java tool to generate a Java object model from a schema.
Currently, it supports RELAX NG.
This release includes software developed by the Apache Software
Foundation (http://xml.apache.org/).
----------------------------------------------------------------------
OVERVIEW
----------------------------------------------------------------------
This tool is a command line tool that can compile RELAX NG grammar to
a Java object model that in turn parses XML documents written in that
schema.
The automatic Java object model generation makes it easy to read/write
XML documents from your application. Also, This tool lets you heavily
customize the generated object model.
See UsersGuide.html for details.
This tool should be considered as alpha-quality. And any feedback is
more than welcome! Please send it to [email protected]
======================================================================
END OF README