Prev Up Next Index
Go backward to 4 Configuration Elements and Attributes Specification
Go up to 4 Configuration Elements and Attributes Specification
Go forward to 4.1.1 aggregation

4.1 Aggregation Server Configuration Elements

The Aggregation Server XML DTD adds four elements to the THREDDS DTD: an aggregation element, and the fileAccess, variable, and fileScan elements it depends on.

These two lines appear at the top of the Aggregation Server DTD to include the THREDDS DTD.

<!ENTITY % catalogDTD SYSTEM "InvCatalog.0.6.dtd">
%catalogDTD;

This is what makes the Aggregation Server a specialization of the THREDDS catalog server.


Tom Sgouros, 2004/07/07

Prev Up Next