Content copyright © 2006-2007 by eZ systems A.S.
|
|
|
|
Description:
Hi, rss v1 allows to add dc tags (dc:creator> <dc:date><dc:identifier><dc:title>...) ez publish doesn't make the difference between <dc:title> and <title>, and therefore consider that there is more than one title and doesn't import the feed properly. The problem seems to be that
in lib/ezxml/classes/ezdomnode.php as used by the cronjobs/rssimport.php
Doesn't work, as your xml parser considers <dc:title> and <title> as identical. I was involved in rss 1 during the (paintful) normalisation process, and I remember that having both title and dc:title was considered valid. X+ Environment: Operating System: Steps to Reproduce: Create an RSS import with the following feed: Suggested fix: if they are more than one "title" child, take the first one. |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||