svn path=/Website/branches/v2016.3/; revision=33736
This commit is contained in:
@@ -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 -->
|
||||
|
||||
Reference in New Issue
Block a user