The <THEME-CONFIG-XML> element is used to specify the
theme configuration file that is used to display alternate predefined
views of the map data.
See Theme Configuration Reference
for more information about themes.
| Frequency |
Parent Elements (this element is valid within): |
|
POS1 |
<SITE-CONFIG> |
| |
|
|
|
Attributes |
Description |
|
url |
The URL of the XML document containing the theme configuration. The
URL can contain the special variable $IMF to specify that the document
is relative to the IMF installation directory. Absolute URLs may also
be used. URLs that don't start with http: or $IMF are resolved relative
to the location of the site configuration XML file. Required.
|
| |
|
|
| Frequency |
Description (in this context) |
|
POS1 |
The <SITE-CONFIG> element may contain zero or one
<THEME-CONFIG-XML> element in the specified sequence.
|
| |
|
|
Examples:
<!-- Full URL document path -->
<THEME-CONFIG-XML url="http://someserver.com/xml/theme.xml" />
<!-- Relative URL (same directory as the site configuration) -->
<THEME-CONFIG-XML url="theme.xml" />
<!-- Relative to the IMF installation -->
<THEME-CONFIG-XML url="$IMF/sites/botany/theme.xml" />