[¤1] Chapter 2. Overview of the ADML DTD
[¤4] Contents:
[¤5]
Quick Start
[¤6]
Interchanging ADML Documents
[¤7]
Using New Releases of ADML
[¤8]
Using ADML with Specific Tools
[¤9]
ADML Architecture
[¤10]
ADML Entities
[¤11]
[¤12] This chapter describes how to understand and use the files that make up the ADML distribution. Parts of this discussion are relatively technical. If you are unfamiliar with reading and understanding DTD constructs, you may need to refer to other XML resources for help.
[¤14] To use ADML ''out of the box,'' do the following:
[¤17] <!DOCTYPE element-name PUBLIC "-//some directory structure//DTD ADML V2.4.1//EN"> <element-name> . . . </element-name>
[¤18] For example (assuming no need for an internal declaration subset):
[¤19] <!DOCTYPE DesignDeclaration PUBLIC "-//some directory structure//DTD ADML V2.4.1//EN"> <DesignDeclaration> . . . </DesignDeclaration>
[¤20] Before validating or processing any documents, you may need to prepare or compile ADML in some fashion for use with your software.
[¤21] [Prev] Revision and Maintenance Policy
[¤22]
[Next] Interchanging ADML Models
[¤23]
[Overview Home] [ADML Home]