VENR#41152 -- Implementatie Kien/Schiphol Group

svn path=/Website/branches/v2017.1/; revision=35319
This commit is contained in:
Arthur Egberink
2017-09-14 12:48:59 +00:00
parent b90a8bfcd2
commit 0c470f1c80

View File

@@ -8,6 +8,7 @@
<xsl:if test="@view='res_v_rap_infobord' or @view='RES_V_RAP_INFOBORD'">
<xsl:element name="Reserveringen">
<xsl:for-each select="rapport_data/data_row">
<xsl:if test="AKTIEF != 'passed'">
<xsl:element name="Reservering">
<xsl:element name="Reserveringsnaam"><xsl:value-of select="OMSCHRIJVING"/></xsl:element>
<xsl:element name="Aanvang"><xsl:value-of select="concat(substring(DAG,7,4),'-',substring(DAG,4,2),'-',substring(DAG,1,2),'T', TIJD_VAN,':00')"/></xsl:element>
@@ -15,6 +16,7 @@
<xsl:element name="Zaalnaam"><xsl:value-of select="RUIMTE"/></xsl:element>
<xsl:element name="Aanvrager"><xsl:value-of select="GASTHEER"/></xsl:element>
</xsl:element>
</xsl:if>
</xsl:for-each>
</xsl:element>
</xsl:if>
@@ -26,15 +28,4 @@
<xsl:apply-templates select="rapport"/>
</xsl:template>
</xsl:stylesheet><!-- Stylus Studio meta-information - (c) 2004-2009. Progress Software Corporation. All rights reserved.
<metaInformation>
<scenarios/>
<MapperMetaTag>
<MapperInfo srcSchemaPathIsRelative="yes" srcSchemaInterpretAsXML="no" destSchemaPath="" destSchemaRoot="" destSchemaPathIsRelative="yes" destSchemaInterpretAsXML="no"/>
<MapperBlockPosition></MapperBlockPosition>
<TemplateContext></TemplateContext>
<MapperFilter side="source"></MapperFilter>
</MapperMetaTag>
</metaInformation>
-->
</xsl:stylesheet><!-- Stylesheet edited using Stylus Studio - (c) 2004-2009. Progress Software Corporation. All rights reserved. -->