You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/api-management/xsl-transform-policy.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ author: dlepow
6
6
7
7
ms.service: api-management
8
8
ms.topic: article
9
-
ms.date: 03/28/2023
9
+
ms.date: 01/02/2024
10
10
ms.author: danlep
11
11
---
12
12
@@ -33,7 +33,7 @@ The `xsl-transform` policy applies an XSL transformation to XML in the request o
33
33
|Name|Description|Required|
34
34
|----------|-----------------|--------------|
35
35
|parameter|Used to define variables used in the transform|No|
36
-
|xsl:stylesheet|Root stylesheet element. All elements and attributes defined within follow the standard [XSLT specification](https://www.w3.org/TR/xslt)|Yes|
36
+
|xsl:stylesheet|Root stylesheet element. All elements and attributes defined within follow the standard [XSLT specification](https://www.w3.org/TR/xslt).|Yes|
37
37
38
38
39
39
## Usage
@@ -45,6 +45,7 @@ The `xsl-transform` policy applies an XSL transformation to XML in the request o
45
45
### Usage notes
46
46
47
47
- This policy can only be used once in a policy section.
48
+
- Currently, this policy supports XSLT version 1.0.
48
49
49
50
## Examples
50
51
@@ -101,4 +102,4 @@ The `xsl-transform` policy applies an XSL transformation to XML in the request o
0 commit comments