Genero Studio provides a subset of the OASIS XML catalog specification.
- The catalog element to assign a name to the catalog
- System and public elements to resolve DTDs
- The uri element to resolve schema location for XSDs
- The nextCatalog element to refer to another catalog file
Example File
This example illustrates
the features of a Genero Studio XML Catalog file:
Figure 1. Genero
Studio XML Catalog file
The catalog element is the root of an XML Catalog.
The xmlns attribute assigns a name to the catalog file.
Additional
Elements in this file are:
- public - resolves a Public ID for an external DTD; specifies
Public external DTDs intended for broad use (public distribution of
a DTD file for a wider audience).
- system - resolves a relative system id for an external
DTD; used to find the public DTD if it cannot be located by the public
ID.
- system - resolves a web-based system id for an external
DTD.
- uri - used to locate XSL and other files. It can be used
for everything that is not a declared PUBLIC or SYSTEM identifier
for a DTD or system entity file.
- nextCatalog - resolves entries related to Additional
Catalogs.