Documentation Center

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

NameDescription and UseType
xslSpecifies the stylesheet to use for this tranform. URI of an XML stylesheet.URI string

Parent element

view

Child element