XSLT Unit

XSLT Unit


Overview

The XSLT Unit is an action unit in the Flow Editor/Designer that enables you to transform XML data using XSLT (Extensible Stylesheet Language Transformations) during execution. It enables efficient XML transformations, mappings, and restructuring using standardized XSLT templates.

What it does:
  1. Applies an XSLT stylesheet to an XML input.
  2. Produces a transformed output (XML, HTML, or text).
  3. Enables complex data restructuring, filtering, and formatting.
How it works:
  1. Input: XML data from a previous step (e.g., API response, document metadata)
  2. XSLT Stylesheet: Defines transformation rules (match patterns, templates).
  3. Execution: The XSLT processor applies the stylesheet to the XML.
  4. Output: Transformed data ready for the next unit (e.g., Mapping Unit, HTTP Call).
Use case:
  1. Document Workflow: Convert XML-based invoice data into a standardized XML schema.
  2. Integration: Transform XML from one system to match another system’s format.
  3. Presentation: Convert XML into HTML for display.
Visual Representation



    • Related Articles

    • Edit XSLT Unit

      Edit XSLT Unit
    • Edit XSLT Unit

      Overview The XSLT Unit is an action unit in the Flow Editor/Designer that enables you to transform XML data using XSLT (Extensible Stylesheet Language Transformations) during execution. It allows complex XML transformations, mappings, and ...
    • Edit XSLT Details

      Overview This section outlines the steps for editing the XSLT details. Click on the XSLT Stylesheets band. Start Edit Mode To edit XSLT details, click on any of the bands. The screen will open in edit mode, allowing you to modify the following ...
    • Edit XSLT Stylesheet

      Overview This section outlines the steps for editing the XSLT Stylesheet. Click on the XSLT Stylesheets band. Start Edit Mode To edit XSLT details, click on any of the bands. The screen will open in edit mode, allowing you to modify the following ...
    • Edit JSONata Unit

      Edit JSONata Unit