Documentation Center

treeTransform

The treeTransform element uses an XSL and some other files to draw your XML as it would look in a browser such as Internet Explorer

It is a special element to be used on views within the pipeline. The output however is still XHTML and editable. It is a WYSIWYG view like any other, made to look like XML.

<x:view name="xml view">
  <x:treeTransform/>
</x:view>

You can use this transformation also to transform earlier transformations to an XML view.

<x:view name="defaultView"
  <x:transform xsl="prepare-includes.xsl"/>
    <x:resolveXIncludes/>
  <x:transform xsl="presentation.xsl"/>
</x:view>

With the above example the output of stylesheet.xsl will be rendered as XML. This can be useful when debugging errors in the output of the stylesheet (for example when you are outputting invalid XHTML).

Namespace

http://www.xopus.com/xmlns/config

Parent element

view