
44 DataPower SOA Appliance Service Planning, Implementation, and Best Practices
xmlns:xdt="http://www.w3.org/2005/xpath-datatypes"
xmlns:dp="http://www.datapower.com/extensions"
xmlns:dpconfig="http://www.datapower.com/param/config"
extension-element-prefixes="dp" exclude-result-prefixes="dp dpconfig">
<xsl:output method="xml"/>
<xsl:template match="/">
<output>
<xsl:copy-of select="dp:variable('var://context/OUTPUT_1')" />
<xsl:copy-of select="dp:variable('var://context/OUTPUT_2')" />
<xsl:copy-of select="dp:variable('var://context/OUTPUT_3')" />
</output>
</xsl:template>
</xsl:stylesheet>
2.5.3 Using asynchronous actions
Many of the actions contained ...