XSLT component
The XLST component enables you to apply transformations to XML data with XSLT files.
XSLT (Extensible Stylesheet Language Transformations) is a language used to transform XML data into various (data) formats. This process, often called 'mapping', involves converting a source XML into a target format. XSLT relies on XPath to select elements and predefined functions to dynamically transform the source XML into a new output.
The output formats include:
- XML
- HTML
- CSV
- SQL queries
- Plain text
- Other data formats like JSON
The XLST component supports XSLT 2.0 files that use XPath 2.0 and uses the SaxParser library.
We recommend MapForce to create XSLT files when your output format is an XML. It has a drag and drop interface that generates an XSLT file for you. Read more about Creating XSLT's with MapForce.
Not all XSLT functions that are available in MapForce are compatible with our XSLT component. Read more about Unsupported XSLT.
Configuration
The XSLT component has the following basic configuration options:
Upload method
Configure how you want to load your XSLT file into the component.
Options
XSLT File
(default)URL