Skip to content

Instantly share code, notes, and snippets.

@nu1silva
Created July 16, 2015 09:46
Show Gist options
  • Save nu1silva/d1888abe65555032cbaf to your computer and use it in GitHub Desktop.
Save nu1silva/d1888abe65555032cbaf to your computer and use it in GitHub Desktop.
XSLT Transform Proxy
<?xml version="1.0" encoding="UTF-8"?>
<proxy xmlns="http://ws.apache.org/ns/synapse"
name="Transform1"
transports="https http"
startOnLoad="true"
trace="disable">
<description/>
<target>
<inSequence>
<xslt key="conf:/xslt/transform.xslt"/>
<log level="full"/>
<respond/>
</inSequence>
<outSequence/>
</target>
</proxy>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment