29.5 Parsing with DTDs (cont.)
- Store complex DTDs externally
- Use SYSTEM keyword to indicate external location
- For a local file:
<!DOCTYPE items SYSTEM "items.dtd">
- For a page on the Web:
<!DOCTYPE items
SYSTEM "http://www.mycompany.com/dtds/items.dtd">
prev
|top
|next