Разобрался -) мелочь
<xsl:choose>
<xsl:when test="city=173">
<xsl:apply-templates select="type_of_delivery[@id != 1 and @id != 6]">
</xsl:apply-templates>
</xsl:when>
<xsl:otherwise>
<xsl:apply-templates select="type_of_delivery"/>
</xsl:otherwise>
</xsl:choose>