XSLT Unit

XSLT Unit


XSLT Unit Overview

  1. Purpose: 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 restructuring to be performed efficiently using standardized XSLT templates.
  2. 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.
  3. 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).
  4. 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.
  5. 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

      Edit XSLT Details
    • Edit XSLT Stylesheet

      Edit XSLT Stylesheet
    • Edit JSONata Unit

      Edit JSONata Unit