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 param element can be used to pass information to the xsl stylesheet.

Attributes

Attribute Use Description
xsl Required

The xsl attribute refers to an xsl stylesheet.

Related Topics


Title Description
xsl

The xsl attribute refers to an xsl stylesheet.

param

A param element can be used to pass information to the xsl stylesheet.

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.