Xopus Local Configuration
Xopus can be started from an html page. In that case it must contain an Xopus Canvas. An Xopus Canvas is an area in an html document where Xopus can create a wysiwyg editable view of an xml document. Multiple Xopus canvases are allowed on a single page.
Example
<div xopus="true" autostart="true">
Starting Xopus...
<xml>
<config version="1.0" xmlns="http://www.xopus.com/xmlns/config">
<import src="config.xml"/>
<javascript src="js/blockdragger.js"/>
<pipeline xml="xml/doc.xml" xsd="xsd/schema.xsd">
<view name="Default View">
<transform xsl="xsl/presentation.xsl"/>
</view>
<view name="Other View">
<treeTransform/>
</view>
</pipeline>
</config>
</xml>
</div>
An Xopus Canvas can import external config files. These files have a config root element. It can also reference external script files using the javascript element. Those scripts can access the Xopus API.
- Support /
- Documentation /
- Developer Guide /
- Reference /
- Xopus Local Configuration
Related Topics
| Title | Description |
|---|---|
| Upgrade from Xopus 2 to 3 |
Xopus 3 is not backward compatible with Xopus 2. So in order to upgrade to Xopus 3, the Xopus integration needs to be upgraded as well. This document explains the steps you need to take to upgrade your Xopus 2 integration. |
| Configuration Files |
Xopus has two types of configuration files: |