Active
Project:
Atom
Version:
6.x-1.1
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
3 May 2010 at 20:34 UTC
Updated:
20 Jul 2010 at 02:05 UTC
Hi,
I got Atom feed activated, but as opposed to the RSS feed, it's just empty and stays empty. -- I don't know what I'm doing wrong.
Hints, anyone?
Cheers,
Nico
Comments
Comment #1
slip commentedAre you viewing in the browser? If the feed doesn't validate, Firefox shows a blank page, but you can view source and see the content. That's what happened to me. I was having this issue: #579286: XML output completely broken and nodes rendered incorrectly
You can check validation here: http://validator.w3.org/feed/
Comment #2
nschloe commentedExactly!
Thanks so much for the hint. One of the issues is that the website title contains o-umlaut which is transformed into
Apparently, the following is not valid Atom syntax:
Comment #3
slip commentednicomat, does the patch in the issue above solve the problem for you? If so this should probably be marked as a duplicate issue.