# Directory: data-source-xslt

The **optional** directory `data-source-xslt` contains custom xslt files.

Each transformer references to a data-source, which can be transformed to any output having some custom data-source-xslt file.

See:[ Data Source Transformation](/open-endpoints/configuration/data-source-transformation.md)

## Transformation Input

The data-source will generate a file with a root tag `<transformation-input>` comprising of all content generated by the data-sources.

![directory data source xslt transformation input](https://cdn.openendpoints.io/images/gitbook/directory-data-source-xslt-transformation-input.png)


---

# 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://onestopconcept.gitbook.io/open-endpoints/configuration/application-directory-structure/directory-data-source-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.
