Reference: XSLT+ Step Properties
Common Tab
Property | XML Attribute Name | Description |
|---|---|---|
Step Id
| id
| The unique ID of the XSLT+ mediation step within the
assembly. |
Input
| input
| Specifies where the XSLT+ mediation step obtains
data as input. There are 5 possible values:
|
Output
| output
| Specifies where the XSLT+ mediation step directs
the output. There are 5 possible values:
|
Url
| url
| The location of the XSLT file used by the XSLT+ mediation
step. |
Secure Processing
| secure-processing
| Specifies whether to enable processing that could compromise
security. If set to true , the
XSLT+ mediation step processes XML securely,
setting limits on XML constructs to avoid conditions such as
denial-of-service attacks.If set to false ,
the XSLT+ mediation step ignores security issues
such as limits on XML constructs. |
Advanced Tab
Property | XML Attribute Name | Description |
|---|---|---|
Description
| description
| A description of the XSLT+ mediation step that displays in the
consolidated log. You can use this feature to describe the step's function
and the data on which it is operating. |
Execute When
| execute-when
| A condition that determines whether the XSLT+
step executes. |
Messages Property
| messages-property
| The MediationContext property that you intend to configure with a
List object. |
Schema Validation Mode
| schema-validation-mode
| Specifies whether to validate the inputs and the outputs, based on the
schemas provided, using the Saxon XSLT processor. |
Schema URLs Tab
Property | XML Attribute Name | Description |
|---|---|---|
Schema URL
| schema-url
| The location of the schema file that the XSLT+ mediation step uses to
validate the output document. |