<!--<xsl:template match="/site">
<xsl:if test="count(*[@id]) > 0">
<xsl:apply-templates select="*[@id]" />
<xsl:template match="/site">
<xsl:if test="count(*[@id][link/node() or url/node()]) > 0">
<xsl:apply-templates select="*[@id][link/node() or url/node()]" />