[
Lists Home |
Date Index |
Thread Index
]
- From: Ronald Bourret <rbourret@ito.tu-darmstadt.de>
- To: "'XML-DEV'" <xml-dev@ic.ac.uk>
- Date: Tue, 28 Sep 1999 14:28:24 +0200
[My apologies if you get this twice -- it looks like it didn't go through
the first time.]
Version 1.0 of the Schema Converter package is now available at:
http://www.informatik.tu-darmstadt.de/DVS1/staff/bourret/schemas/convert
ers.htm
The Schema Converters are a set of Java packages you can use to: a) model a
DTD as Java objects, and b) convert to and from these objects from DTDs and
XML schema languages. Thus, it is possible to build arbitrary converters
between different schema languages, as well as to and from DTDs.
The Bad News:
=============
The only schema language currently supported is DDML.
The Good News:
==============
The package includes a converter from a DTD to the intermediate DTD
objects, which is the hardest converter to write, being most of an XML
parser.
What This All Means:
====================
If you need to convert between DTDs and DDML, just download the package and
use it.
If you need to convert *from* DTDs *to* any schema language other than
DDML,
you can use the package as a basis and write your own converter from the
intermediate DTD objects to the schema language. This takes about half a
day, assuming you know the schema language.
If you need to convert *from* a schema language other than DDML *to* a DTD,
writing the converter takes about a day, assuming you support only the
basic constructs. (It will take longer if, for example, you support such
things as archetypes in the W3C's schema language or schema reuse in SOX or
DCD.)
The Schema Converter package is completely free for use in both commercial
and non-commercial settings and comes with complete documentation and
source code.
-- Ron Bourret
xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev@ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/ and on CD-ROM/ISBN 981-02-3594-1
To (un)subscribe, mailto:majordomo@ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo@ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa@ic.ac.uk)
|