Forums / Setup & design / RSS import with multiple category tags

RSS import with multiple category tags

Author Message

Bo K.

Tuesday 19 August 2008 6:50:02 am

I'm having a problem when I try to import a feed containing multiple <category> tags - eZ publish only imports the first instance.

Does anyone have a solution for accessing the other categories?

I'm using eZpublish 4.0.0.

<item>
<title></title>
<link></link>
<description></description>
<category>MediaType/EditorialSummary</category>
<category>Topics/Emner/Emne/XXXX</category>
<category>Topics/Emner/Emne/Resume</category>
<category>Media/Fyens Stiftstidende</category>
<category>Order/666</category>
<pubDate>2008-08-18 00:00:00</pubDate>
<guid></guid>
<source></source>
</item>

<?php require 'coolstuff.php'; echo $cool_signature; ?>

Mike Coker

Wednesday 17 September 2008 5:14:31 am

Hi Bo, yes we have managed to get this to work I believe for Gaastra when they wanted to get RSS feeds in from several of their editors - I'll check up on the code that we wrote regarding this and try to get Andrew or someone else on our team to get back to you shortly.

Mike Coker, BFA (Hons.)
Senior Designer & Strategist | Director

Quiqcorp Ltd | Web and Brand Development | Quiqcorp.com

Bo K.

Thursday 18 September 2008 2:56:27 am

That would be great, thanks!

<?php require 'coolstuff.php'; echo $cool_signature; ?>