The <import> Element
Purpose
The <import> element is used to import another configuration file. The imported configuration is "merged" into the importing configuration.
The imported configuration file must be either
- of the same type as the importing file or
- a Calyxo Base configuration file.
Care should be taken to avoid element- and attribute collisions in the importing and imported configurations.
Attributes
| Name | Type | Description |
|---|---|---|
| file | CDATA | Required - Path to the configuration file to be imported. If the path starts with a slash (/), it is interpreted as a context-relative path. Otherwise, it is interpreted as a an absolute URL. |
Body
The <import> element has no body.


