I managed to get the answer from somewhere else. For all those interested, here it is.
Code:
<xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform" >
<xsl:template match="Building">
<xsl:copy>
<xsl:copy-of select="@*" /> <!-- copy attributes-->
<xsl:apply-templates
Leave a comment: