Hollis, David wrote: > > I?m keen to create a ?neutral? location for general DITA > DTD/Schema/CSS/Specialisation files. > > Neutral = independent of any front or back end tool. > > The idea being to be able to quickly & easily add Specialisations and/or > to change to a different version of the DTD. > > E.G. OT uses 1.1. DTDs (Even though these are currently Ctte. Draft!) > > Also, to have a single source for multiple authors. > > I?d like to understand how the various DITA configuration files ?talk? > to each other, and which one to refer to as the ?root? config. file.
The DITA add-on for XXE contains two configurations: [1] A configuration for DITA topics. Top configuration file for this document type is: DITA_ADDON_INSTALL_DIR/dita.xxe [2] A configuration for DITA maps. Top configuration file for this document type is: DITA_ADDON_INSTALL_DIR/dita_map.xxe Note that the DTD 1.0.1 currently used by XXE is also referenced * in the document templates found in the DITA_ADDON_INSTALL_DIR/template/ subdirectory; * in the XML catalog used by XXE which is DITA_ADDON_INSTALL_DIR/dita_catalog.xml. In principle, the DITA OT bundled with the DITA add-on for XXE ``inherits'' its DTDs, its XML catalogs, etc, from the above environment.

