RSS 2.0 import
-
I’ve tried importing from an RSS file generated by another system. The test post shows up in my Edit section, but is not being displayed. And when I click on the Title of the test post, I get an error message that no post meets my selection.
I’m thinking maybe I’m not using the correct tags within the RSS. Is there a list of the minimal set of tags to import from RSS 2.0?
My file looks like this:
<?xml version="1.0"?>
<rss version="2.0">
<channel>
<title>My Channel</title>
<link>https://homepage.mac.com/jcherfas/</link>
<description>An attempted import</description>
<language>en-uk</language>
<item>
<title>The second test, from TB</title>
<category>Glory</category>
<description>Come on, this is supposed to be easy.
</description>
<pubDate>25 Aug 2004 22:20</pubDate>
</item>
</channel>
</rss>
- The topic ‘RSS 2.0 import’ is closed to new replies.