I’m moving a site out of EE1 and into EE2 and need to get a whole bunch of channel entries out of a simple channel.
My process is create and XML template that spits out the data, save that as .xml file, open in Excel, save as CSV and import into EE2 using AWJ DataGrab.
I have done this with other EE1 sites and it works perfectly.
For some reason none of the images or links are coming through to display in XML doc. No file path, nothing.
Weblog field is a textare and and example entry =
https://ellislab.com/asset/images/team-photo/Ceremony1.jpg
<b><a href="http://www.uga.edu/Ceremony/" title="Multimedia">Multimedia</a></b>
Template Code=
<?xml version="1.0" encoding="UTF-8"?>
<articles>
{exp:weblog:entries weblog="default_site" limit="300000" status="Open|Closed"}
<summary>{exp:xml_encode}{summary}{/exp:xml_encode}</summary>
</item>
{/exp:weblog:entries}
</articles>
XML for the example entry shows up as just:
<summary>Multimedia</summary>
ANY help or insight would be very appreciated!!!!