XslFilter provides an XSL transform of an input document to an output document. An XML document received on the input port is transformed using the configured XSL script. The resulting document is sent to the output port.
An xslFilter is configured by opening its component editor. XSL script elements, attributes, or text can be added to the script by dragging icons from the menu bar into the document area. Names of elements and attributes and the values of attributes and text can be changed by clicking over the name or value and then modifying the value. Elements, attributes, and text can be removed by selecting the element attribute or text and then clicking the delete button. Elements, attributes, and text can be rearranged by drag within the document area.
For conveniece, the menu bar provides common xsl tag and attribute names used in XSL scipts. These may be dragged and dropped into the document area.
An xslFilter can also be configured by opening an XSL document using the file open button on the menu bar or by drag and drop of an xml file from the operation system window.
For further information on XSL scripts, see XSL references.