VLKC#36864 Strukton-koppeling
svn path=/Website/branches/v2016.2/; revision=32138
This commit is contained in:
@@ -119,13 +119,34 @@
|
|||||||
<xsl:value-of select="melding/plaats/regio/district/locatie/gebouw/kenmerk[@key=1000]"/>
|
<xsl:value-of select="melding/plaats/regio/district/locatie/gebouw/kenmerk[@key=1000]"/>
|
||||||
</xsl:otherwise>
|
</xsl:otherwise>
|
||||||
</xsl:choose>
|
</xsl:choose>
|
||||||
|
</xsl:variable>
|
||||||
|
<xsl:variable name="plaatsaanduiding">
|
||||||
|
<xsl:choose>
|
||||||
|
<xsl:when test="melding/plaats/@type='L'">
|
||||||
|
<xsl:value-of select="melding/plaats/regio/district/locatie/code"/>
|
||||||
|
</xsl:when>
|
||||||
|
<xsl:when test="melding/plaats/@type='T'">
|
||||||
|
<xsl:value-of select="melding/plaats/regio/district/locatie/terrein/code"/>
|
||||||
|
</xsl:when>
|
||||||
|
<xsl:when test="melding/plaats/@type='G'">
|
||||||
|
<xsl:value-of select="melding/plaats/regio/district/locatie/gebouw/code"/>
|
||||||
|
</xsl:when>
|
||||||
|
<xsl:when test="melding/plaats/@type='V'">
|
||||||
|
<xsl:value-of select="melding/plaats/regio/district/locatie/gebouw/code"/>-<xsl:value-of select="melding/plaats/regio/district/locatie/gebouw/verdieping/code"/>
|
||||||
|
</xsl:when>
|
||||||
|
<xsl:when test="melding/plaats/@type='R'">
|
||||||
|
<xsl:value-of select="melding/plaats/regio/district/locatie/gebouw/code"/>-<xsl:value-of select="melding/plaats/regio/district/locatie/gebouw/verdieping/code"/>-<xsl:value-of select="plaats/regio/district/locatie/gebouw/verdieping/ruimte/nr"/>
|
||||||
|
</xsl:when>
|
||||||
|
<xsl:otherwise/>
|
||||||
|
</xsl:choose>
|
||||||
</xsl:variable>
|
</xsl:variable>
|
||||||
<xsl:element name="ServiceLocation">
|
<xsl:element name="ServiceLocation">
|
||||||
<xsl:element name="LocationID">
|
<xsl:element name="LocationID">
|
||||||
<xsl:value-of select="$struktoncode"/>
|
<xsl:value-of select="$struktoncode"/>
|
||||||
</xsl:element>
|
</xsl:element>
|
||||||
<xsl:element name="Location">
|
<xsl:element name="Location">
|
||||||
<xsl:value-of select="melding/plaats/plaatsaanduiding"/>
|
<!--xsl:value-of select="melding/plaats/plaatsaanduiding"/-->
|
||||||
|
<xsl:value-of select="$plaatsaanduiding"/>
|
||||||
</xsl:element>
|
</xsl:element>
|
||||||
<xsl:element name="Address">
|
<xsl:element name="Address">
|
||||||
<xsl:element name="StreetName">
|
<xsl:element name="StreetName">
|
||||||
|
|||||||
Reference in New Issue
Block a user