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