Show TOC

Function documentationXSL Transformation Locate this document in the navigation structure

 

You use this action to apply an extensible stylesheet language (XSL) transformation to an extensible markup language (XML) document. The original XML document is modified to the output defined by the XSL.

Features

The properties for this action are listed in the following table:

Property

Data Type

Access

Use

Input

XML

In and out

The XML content to be modified by the XSL.

Output

XML

In and out

The XML generated after the XSL is applied.

TextOutput

String

Out

The XML, in text format, that is generated after the XSL is applied.

Transform

String

In and out

The URL to the XSL that is used to transform the XML. For example:

  • http://localhost/Illuminator/StyleSheets/InterpolatedValues.xsl

  • WEB://<Project>/<Path>/InterpolatedValues.xsl

Success

Boolean

Out

Indicates whether the action succeeded or failed. If it failed, errors are listed in the server trace log.

Input XSL

XML

In and out

The XSL to be applied on input XML content.