XSL Transform

XSL Transform control is used to format any XML data and to display it on the form. It has an editing screen which you can open by clicking the Edit button on the control's floating menu. The script written into that screen transforms the XML data and loads it into the given Target XPath.

XSL is a styling language for XML. It is useful for transforming XML into other formats such as HTML.

Bound XPath
XPath of the element. If set to empty, it uses parent xpath.

Target XPath
Specifies the xpath of target container node to display transformed xml