Package eu.bandm.tools.dtd


package eu.bandm.tools.dtd
Model for w3c XML DTDs, with preserved syntax. Contains an umod data model (in class DTD), plus an optimized parser, and auxiliary classes for normalization and analysing.
See also the user documentation.

XML DTD is defined in http://www.w3.org/TR/2008/REC-xml-20081126/.

((
The bootstrapping process of metatools goes by copying DTD_BOOT.java to DTD.java. This is a "frozen" version of a former umod run. The main make target in source package eu.bandm.tools.dtd_UNBOOT re-creates DTD.java from dtd.umod.
))