доп. св-во создал, но все равно не видно, не понимаю что делать

выводил так:
<!-- Цена товара -->
<p>Цена:
<span style="font-family: Times New Roman; font-size: 11pt; font-weight: bold">
<xsl:choose>
<xsl:when test="price_discount!= 0">
<xsl:value-of select="format-number(price_discount, '### ##0,00', 'my')"/> <xsl:value-of select="currency" disable-output-escaping="yes"/>
<xsl:value-of disable-output-escaping="yes" select="item_propertys/item_property[@Pice2='Price2']/value"/>
</xsl:when>
<xsl:otherwise>договорная</xsl:otherwise>
</xsl:choose>
</span>
<br/>