The <print-config-xml> element specifies the location of the XML file
used for setting up custom map templates for printing PDF maps. See
Print Configuration Reference for more
information about print templates.
| Frequency |
Parent Elements (the <print-config-xml> element is valid within): |
|
POS1 |
<site-config> |
| |
|
|
| Frequency |
Description (in this context) |
|
POS1 |
The <print-config-xml> element may appear only once within the
<site-config> element.
|
| |
|
|
|
Attributes |
Description |
|
url |
The URL of the XML document containing the print template 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 XML file.
|
| |
|
|
Examples:
<!- A print configuration file in the same directory as the site configuration file -->
<print-config-xml url="print.xml" />
<!- A print configuration file at some other location -->
<print-config-xml url="http://myserver.com/print.xml" />
<!- A print configuration file relative to the IMF installation directory -->
<layer-config-xml url="$IMF/sites/mysite/print.xml" />
<!- A print configuration file in a location relative to the site configuration file -->
<print-config-xml url="../anotherdirectory/print.xml" />