transform
A transform action transforms the incoming xml using a specified xsl stylesheet.
Example
<view name="defaultView"> <transform xsl="[xslStylesheetUri]"/> </view>
Elements and Attributes
Parent Elements
| Element | Description |
|---|---|
| view |
A view consists of one or more actions to be performed consecutively on the xml. The user can choose the preferred view from the Xopus menu. |
Child Elements
| Element | Description |
|---|---|
| param |
A |
Attributes
| Attribute | Use | Description |
|---|---|---|
| xsl | Required |
The xsl attribute refers to an xsl stylesheet. |
- Support /
- Documentation /
- Developer Guide /
- Reference /
- Xopus Local Configuration /
- Elements /
- transform
Related Topics
| Title | Description |
|---|---|
| xsl |
The xsl attribute refers to an xsl stylesheet. |
| param |
A |
| view |
A view consists of one or more actions to be performed consecutively on the xml. The user can choose the preferred view from the Xopus menu. |
| Xopus Canvas |
An Xopus Canvas is an island in an html file that contains the configuration on an Xopus instance. When Xopus starts it will replace the configuration with the WYSIWYG editing view. |