Skip to content

Instantly share code, notes, and snippets.

@ApigeeSamples
Created May 7, 2012 13:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ApigeeSamples/2627705 to your computer and use it in GitHub Desktop.
Save ApigeeSamples/2627705 to your computer and use it in GitHub Desktop.
XSL transformation
<XSL name="xslPolicy">
<Source>...</Source>
<OutputVariable>...</OutputVariable>
<ResourceURL>xsl://sample</ResourceURL>
<Parameters ignoreUnresolvedVariables="true/[false]">
<Parameter name="p1" value="value1"/>
<Parameter name="p2" ref="request.header.greeting"/>
</Parameters>
</XSL>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment