The XSLT component is used to transform XML documents using an XSLT stylesheet, allowing data to be converted to different formats or structures.
URI Syntax: xslt:resourceUri
Path parameters
Name | Description | Default | Type |
|---|---|---|---|
resourceUri (producer) | (required) Path to the template. The following is supported by the default URIResolver. You can prefix with: classpath, file, http, ref or bean. classpath, file and http load the resource using these protocols (classpath is the default). | — | String |
The flow starts with a POST request.
The toD EIP indicates that the flow should route execution to a dynamic URI.
The route then makes a GET request, obtaining an XML response.
Then, transforms the XML response to JSON using an XSLT file: response_to_json.xslt.

We use cookies to enhance your experience on our site. By continuing to browse, you agree to our use of cookies.Learn more