The <edit-config-xml> element specifies the location of the XML file
used for configuring the editing tools extension.
| Frequency |
Parent Elements (the <edit-config-xml> element is valid within): |
|
POS1 |
<site-config> |
| |
|
|
| Frequency |
Description (in this context) |
|
POS1 |
The <edit-confit-xml> element may appear only once within the
<site-config> element in the specified sequence.
|
| |
|
|
|
Attributes |
Description |
|
url |
The URL of the XML document containing the edit tools 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:
<!- An edit configuration file in the same directory as the site configuration file -->
<edit-config-xml url="edit.xml" />
<!- An edit configuration file at some other location -->
<edit-config-xml url="http://myserver.com/edit.xml" />
<!- An edit configuration file relative to the IMF installation directory -->
<edit-config-xml url="$IMF/sites/mysite/edit.xml" />
<!- An edit configuration file in a location relative to the site configuration file -->
<edit-config-xml url="../anotherdirectory/edit.xml" />