AADS#55131 -- Verbeteren koppeling tussen DSM en BLCC

svn path=/Website/branches/v2018.2/; revision=39900
This commit is contained in:
Arthur Egberink
2018-11-21 11:58:05 +00:00
parent 58298a39ba
commit dfd310c2e4

View File

@@ -89,14 +89,20 @@
</datumgereed>
</xsl:otherwise>
</xsl:choose>
<!--xsl:element name="kenmerk">
<xsl:attribute name="naam">???</xsl:attribute>
<xsl:element name="FCLTmeldingattachment">
<xsl:attribute name="meldingkey"><xsl:value-of select="key"/></xsl:attribute>
<xsl:attribute name="kenmerkkey">???</xsl:attribute>
<xsl:attribute name="nodename">???</xsl:attribute>
</xsl:element>
</xsl:element-->
<xsl:for-each select="kenmerk">
<xsl:sort select="@volgnummer" data-type="number"/>
<xsl:if test="@naam = 'Bijlagen tbv afhandeling'">
<xsl:element name="kenmerk">
<xsl:attribute name="naam">Bijlage</xsl:attribute>
<xsl:attribute name="type">M</xsl:attribute>
<xsl:element name="FCLTmeldingattachment">
<xsl:attribute name="meldingkey"><xsl:value-of select="../key"/></xsl:attribute>
<xsl:attribute name="kenmerkkey"><xsl:value-of select="@key"/></xsl:attribute>
<xsl:attribute name="nodename">bijlage</xsl:attribute>
</xsl:element>
</xsl:element>
</xsl:if>
</xsl:for-each>
</xsl:element>
</facilitor>
</xsl:template>
@@ -110,3 +116,4 @@
<xsl:apply-templates select="facilitor"/>
</xsl:template>
</xsl:stylesheet>
<!-- Stylesheet edited using Stylus Studio - (c) 2004-2009. Progress Software Corporation. All rights reserved. -->