# XSL Transformation

## <img src="/files/nYTxiuO0fLSllZfbXHuX" alt="" data-size="line"> XSL Transformation

### Description <a href="#description" id="description"></a>

The XSL Transformation transform performs XSL Transformations on XML.

XSLT is short for [Extensible Stylesheet Language Transformations](http://en.wikipedia.org/wiki/XSLT).

| Hop Engine | <sup>✓</sup> |
| ---------- | ------------ |
| Spark      | ?            |
| Flink      | ?            |
| Dataflow   | ?            |

### Options

| Option                    | Description                                                                                                                                                                                                                                                                                                                    |
| ------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| Transform name            | Name of the transform.                                                                                                                                                                                                                                                                                                         |
| XML fieldname             | The name of the field that will contain the XML                                                                                                                                                                                                                                                                                |
| Result fields : fieldname | The name of the output fieldname that will contain the XML after the transformations                                                                                                                                                                                                                                           |
| XSL file                  | <ul><li>XSL filename defined in a field?:<br>Use this option if your XSLT is defined in a field. If enabled, you can specify the filename field below.</li><li>XSL filename :<br>You can specify the XSLT filename here.</li><li>XSLT Factory :<br>Specify the factory to use for the transformations: JAXP or SAXON</li></ul> |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.primeur.com/data-shaper-1.21/knowing-the-data-shaper-designer/pipelines/transforms/xslt.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
