речь идёт о товаре.
Имеется вот такой код:
<xsl:template match="property">
<p>
<xsl:choose>
<xsl:when test="type = '1'"><b><xsl:value-of disable-output-escaping="yes" select="name"/>:</b> <a href="JavaScript:void(0)" onclick="ShowImgWindow ('{name}','{file_path}','{file_path/@width}','{file_path/@height}')"><img src="{small_image/file_path}"/></a></xsl:when>
<xsl:otherwise>
<b><xsl:value-of disable-output-escaping="yes" select="name"/>:</b> <xsl:value-of disable-output-escaping="yes" select="value"/>
</xsl:otherwise>
</xsl:choose>
</p>
</xsl:template>
что надо поменять?