For some odd known reason XMLgrab will not fetch anything. It shows this and that is it.
Fetching: http://www.example.com/grab/party_planet.xml
My code I am using:
{exp:xmlgrab url="http://www.example.com/grab/party_planet.xml"
itempath="/venues/venue"
weblog="51"
author="1"
title="company_name"
date="posted_year-posted_month-posted_day"
use="address|city_name|province_name|postal_code|phone|company_url|description|venue_type|latitude|longitude"
fields="street_address|city|providence|postal_code|phone1|web_address|description|event_type|latitude|longitude"}
Simple version of the XML file I am grabbing from:
<venues>
<venue>
<company_name>Example XML Entry</company_name>
<address>500 Test St</address>
<city_name>Vancouver</city_name>
BC</province_name>
V6B 4y2</postal_code>
<latitude>49.285956000</latitude>
<longitude>-123.111764000</longitude>
555-555-1212</phone>
−
<company_url>
http://www.example.com
</company_url>
−
<description>
<center><font size=5><b>The Example Venue</center></font></b>
Home to some of the best electronic music in the world.
The best party planet test text around
</description>
2008</posted_year>
8</posted_month>
26</posted_day>
<venue_type>Live Venue</venue_type>
</venue>
</venues>
Any ideas where I am going wrong?
Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.