svn path=/Website/branches/v2016.3/; revision=33736

This commit is contained in:
Arthur Egberink
2017-05-08 17:41:55 +00:00
parent 5fb306b6d6
commit 91a190d34a

View File

@@ -38,9 +38,16 @@
<!-- envelope met daarin de gewenste 'payload' -->
<xsl:template match="facilitor">
<facilitor>
<xsl:apply-templates select="melding"/>
</facilitor>
<xsl:choose>
<xsl:when test="melding/@type != 'response'">
<facilitor>
<xsl:apply-templates select="melding"/>
</facilitor>
</xsl:when>
<xsl:otherwise>
<xsl:copy-of select="."/>
</xsl:otherwise>
</xsl:choose>
</xsl:template>
<!-- Root -->