transform
A transform action transforms the incoming XML document using a specified XSL Stylesheet.
<x:view name="defaultView">
<x:transform xsl="website.xsl"/>
</x:view>
Namespace
http://www.xopus.com/xmlns/config
Attributes
| Name | Description and Use | Type |
|---|---|---|
xsl | Specifies the stylesheet to use for this tranform. URI of an XML stylesheet. | URI string |
Parent element
view