Follow these steps to configure the XSLT policy for DataPower® Gateway (v5 compatible) in the assembly
user interface.
About this task
For details on how to configure the policy in your OpenAPI source, see xslt.
Procedure
-
In the navigation pane, click
Develop, then select the APIs tab.
The Develop page
opens.
-
Click the title of the API that you want to work with, or create a new API.
- Select the Gateway tab, then click
Policies in the navigation pane.
For more information about
working with the assembly editor for an API, see
The assembly editor.
- Find the XSLT policy in the
palette, and drag the policy onto your canvas.
- Specify the following properties.
Table 1. XSLT policy
properties
Property label |
Required |
Description |
Data type |
Title |
Yes |
The title of the policy. The default value is xslt .
|
string |
Description |
No |
A description of the policy. |
string |
Input |
No |
Indicates whether this XSLT input document uses the context current payload, or if there is
no input. The check box is cleared by default, which indicates that there is no input.
|
boolean |
Source |
Yes |
The XSLT transform source to execute. |
string |
- Specify a version for the policy by clicking the Source icon
,
and completing the
version
section of the policy YAML. For
example: execute:
- xslt:
version: 1.0.0
title: xslt
...
You must specify a version for the policy that is compatible with the gateway that
you are using. When the API is published, if the version is incompatible with the gateway, a
validation error is thrown that specifies the available versions.
- Click Save.