Xformpi - IBM WebSphere XS40 Command Reference Manual

Datapower xml security gateway
Table of Contents

Advertisement

output-context
Guidelines
An xform action defines a policy-based XSL transform. An xform action transforms
the document using a specified style sheet.
Related Commands
convert-http
Examples
v Adds a transform action to the Processing Rule. Transforms the original input
v Adds a transform action to the Processing Rule. Transforms the original input
v Adds a transform action to the Processing Rule. Transforms the document in the

xformpi

Adds an xformpi action.
Syntax
xformpi input-context URL output-context
xformpi input-context dynamic-stylesheet object output-context
Parameters
input-context
URL
dynamic-stylesheet object
output-context
Specifies the context for the transformed document. Specify OUTPUT to use
the final policy output, which is the transformed client request or
transformed server response.
with the xform-1.xsl style sheet. Sends the transformed document to the final
output.
# xform INPUT store:///xform-1.xsl OUTPUT
#
with the style sheet that the var://stylesheets/1 variable references. Sends the
transformed document to the Step2 context.
# xform INPUT var://stylesheets/1 Step2
#
Step2 context with the style sheet that the var://stylesheets/5 variable
references. Sends the transformed document to the final output.
# xform Step2 var://stylesheets/5 OUTPUT
#
Specifies the context that contains the document transformed by this rule.
Specify INPUT to use the initial policy input, which is the original client
request or server response.
Specifies the style sheet to transform documents that lack internal
processing instructions. Can be expressed as a local, as a remote URL, or as
a variable that expands to a location.
Specifies the object, for example an XPath Routing Map, from which to
generate the dynamic style sheet.
Specifies the context that receives the transformed document. Specify
Chapter 103. WS-Proxy Processing Rule configuration mode
881

Advertisement

Table of Contents
loading

Table of Contents