XSL Transform Device

XSL Transform Device

The XSLT Device provides the ability to apply XSL transforms to incoming XML messages. XSLT, or eXtensible Stylesheet Language Transformations, is an XML-based language used to transform XML documents into other XML documents or different formats like HTML or plain text. It operates by using a special XML stylesheet to define rules for processing a source XML document, creating a new result document without altering the original. XSLT is a powerful tool for manipulating, sorting, and converting content, making it useful for various data processing and presentation tasks, including generating web pages and other specialized documents.

See a tutorial.

This device lets you create/edit the stylesheet by using the XSL Transforms grid on the right. Select a row in the XSLT grid to view and edit the stylesheet. You can optionally define namespaces in the Namespaces table.

image-20250919-164702.png

Namespace Tutorial.