import
The import element allows you to import settings from an external configuration file.
Here are some facts:
- The root element of the external configuration file must still be a config element.
- External configuration files must use this namespace as well: http://www.xopus.com/xmlns/config .
- Nested imports are allowed.
When different files define the same setting, they will be merged if possible. Merging is possible for example in the roleMapping and pipeline elements. When merging is not an option, then the least nested and last specified setting will be used. Merging is not possible for example when enabling changeTracking.
<div xopus="true">
<xml>
<x:config version="1.0" xmlns:x="http://www.xopus.com/xmlns/config">
<x:import src="config.xml"/>
<x:pipeline xml="xml/doc.xml" xsd="xsd/schema.xsd">
<x:view id="defaultView" default="true">
<x:transform xsl="xsl/presentation.xsl"/>
</x:view>
<x:view id="Other View">
<x:treeTransform/>
</x:view>
</x:pipeline>
</x:config>
</xml>
</div>
Namespace
http://www.xopus.com/xmlns/config
Parent elements
config