<select>
<xsl:apply-templates select=".//informationsystem_group[parent_id=$group]" mode="groups1"/>
</select>
</xsl:template>
<xsl:template match="informationsystem_group" mode="groups1">
<option>
<xsl:value-of disable-output-escaping="yes" select="property_value[tag_name='price']/value"/>
</option>
</xsl:template>
Так и не смог уникальные значения получить и отправить значение в тдс((
Помогите пожалуйста))