имеется следующая структура xml:
<shop> <name>Наименование магазина</name> <company>Компания</company> <url>Ссылка</url> <email>электронный адрес</email> <currencies> <currency id="RUR" rate="1"/> </currencies> <categories> <category id="2517" parentId="2515">Категории</category> <category id="2017" parentId="2115">Категории</category> </categories> <offers> <offer id="119195" available="false"> <url>Ссылка</url> <price>Цена</price> <currencyId>RUR</currencyId> <categoryId>1465</categoryId> <picture>Адрес к картинке</picture> <store>true</store> <pickup>false</pickup> <delivery>true</delivery> <name>Наименование</name> <vendor>Производитель</vendor> <vendorCode>артикул</vendorCode> <description> Описание продукта </description> </offer> <offer id="119196" available="false"> <url>Ссылка</url> <price>Цена</price> <currencyId>RUR</currencyId> <categoryId>1465</categoryId> <picture>Адрес к картинке</picture> <store>true</store> <pickup>false</pickup> <delivery>true</delivery> <name>Наименование</name> <vendor>Производитель</vendor> <vendorCode>артикул</vendorCode> <description> Описание продукта </description> </offer> </offers> </shop> </yml_catalog>