HostCMS писал(а):
<xsl:value-of select="format-number($price * shop_currency_coefficient, '###.##0,00', 'my'

"/>
Подскажите пожалуйста! У меня в XML вообще нет узла shop_currency_coefficient и в
HostCMS писал(а):
<xsl:for-each select="/shop/all_currency/shop_currency">
узла all_currency тоже нет.
Есть только:
<?xml version="1.0" encoding="windows-1251"?>
<shop id="10" current_group_id="1000702">
<ukraine>1</ukraine>
<course>0.12036</course>
<name>Книги</name>
<description>Книги</description>
<path>/books/</path>
<site_id>10</site_id>
<shop_image_small_max_width>70</shop_image_small_max_width>
<shop_image_big_max_width>600</shop_image_big_max_width>
<shop_image_small_max_height>70</shop_image_small_max_height>
<shop_image_big_max_height>600</shop_image_big_max_height>
<structure_id>94</structure_id>
<shop_country_id>223</shop_country_id>
<shop_currency id="24">
<shop_currency_name>Грн.</shop_currency_name>
<shop_currency_international_name>UAH</shop_currency_international_name>
<shop_currency_value_in_basic_currency>0.120360</shop_currency_value_in_basic_currency>
<shop_currency_is_default>0.120360</shop_currency_is_default>
</shop_currency>
......
<shop_tax_id>0</shop_tax_id>
<price>191.09</price>
<price_tax>191.09</price_tax>
<price_discount>191.09</price_discount>
<item_currency>USD</item_currency>
<currency>Грн.</currency>
.........
</shop>