Hi, I’m looking forward to using the XML Walk tool however I’m having problems getting it to work for my feeds (the example feeds work fine however I have the same problems with this feed: http://www.w3schools.com/xml/cd_catalog.xml).
This is what I’ve coded for the template:
<h1>Adili</h1>
{exp:ano_xml_parser:fetch source='http://pf.tradedoubler.com/export/export?myFeed=12174370031432787&myFormat;=-1' refresh='0' parent_tag='products' child_tag='product'}
Name: {name}<br>
Description: {description}<br>
Price: {price}<br>
<hr>
{/exp:ano_xml_parser:fetch}
and this is a section of the feed:
<?xml version="1.0" encoding="ISO-8859-1" ?>
- <products>
- <product>
<name>Solid Silver V Shaped Bangle</name>
<description>A gorgeous bangle. Great for special occasions and a lovely gift</description>
<price>25.00</price>
</product>
- <product>
<name>3 Piece Baby Gift Box Set</name>
<description>This stunning gift set is delivered in a beautiful box. The set comprises a babygrow, beanie hat and gorgeous little booties. The garments are made from natural colour cotton which is a naturally pigmented fibre, having no harmful chemicals or toxins - Ideal next to your baby's skin</description>
<price>16.00</price>
</product>
(Note: the tag is included in the feed where it should be but it just doesnt seem to show up here...)
However I’m getting the following error along with the field labels, without the content:
Notice: Undefined variable: tag_value in d:\Domains\lamodeethique.com\wwwroot\expression\system\modules\ano_xml_parser\mod.ano_xml_parser.php on line 155
What am I doing wrong?
I would appreciate your help :o)
Luke GM
