Skip to content

Commit

Permalink
Update transformation for BuildingPart
Browse files Browse the repository at this point in the history
  • Loading branch information
Son-HNguyen committed Jun 3, 2019
1 parent ab61e4f commit 3fb2b87
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion xsl/building.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -348,10 +348,17 @@ SOFTWARE.
<xsl:template match="bldg:BuildingPart">
<xsl:element name="bldg:buildingPart">
<xsl:element name="bldg:BuildingPart">
<xsl:apply-templates select="@*|node()" />
<xsl:attribute name="gml:id">
<xsl:value-of select="@gml:id" />
</xsl:attribute>
<xsl:call-template name="bldg:AbstractBuildingType" />
<xsl:call-template name="bldg:AbstractGenericApplicationPropertyOfBuildingPart" />
</xsl:element>
</xsl:element>
</xsl:template>

<xsl:template name="bldg:AbstractGenericApplicationPropertyOfBuildingPart">
</xsl:template>

<xsl:template match="bldg:interiorRoom">
<xsl:element name="bldg:buildingRoom">
Expand Down

0 comments on commit 3fb2b87

Please sign in to comment.