11. The ETD File

QUESTION: So what do I type?

First, in your file ``thesis.etd'' you make the document type declaration :

    <!DOCTYPE etd SYSTEM "etd.dtd" [
    ]>

The "DOCTYPE etd" tells the computer what type your file is. The structure is defined in the DTD file etd.dtd.

[Next]
[Prev]
[Home]