<a style="display: none;" href="{.//informationsystem_group[@id=$group]/dir}{.//informationsystem_group[@id=$group]/property_value[tag_name='photo']/file}" target="_blank"><img src="{.//informationsystem_group[@id=$group]/dir}{.//informationsystem_group[@id=$group]/property_value[tag_name='photo']/file_small}" /></a>
Так выводит только одну.
<xsl:for-each select=".//informationsystem_group[@id=$group]/property_value[tag_name='photo']">
<a style="display: none;" href="{dir}{file}" target="_blank"><img src="{dir}{file_small}" /></a>
</xsl:for-each>
Пробовал вот так, не помогает.
Подскажите плиз.