<xsl:value-of select="property_value[tag_name='group-header-h167']/value"/>
<xsl:choose>
<xsl:when test="/shop/ТекущаяГруппа = 0">
<h1>
<xsl:value-of disable-output-escaping="yes" select="name"/>
</h1>
</xsl:when>
<xsl:otherwise>
<xsl:variable name="currentGroup" select=".//shop_group[@id=/shop/ТекущаяГруппа]" />
<h1>
<xsl:value-of select="property_value[tag_name='group-header-h167']/value"/>
</h1>
</xsl:otherwise>
</xsl:choose>