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

slip’s picture

Are 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/

nschloe’s picture

Title: Atom feed empty » Atom feed contains invalid markup

Exactly!
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:

 <subtitle>This is an umlaut Atilde;&para;</subtitle>
slip’s picture

nicomat, does the patch in the issue above solve the problem for you? If so this should probably be marked as a duplicate issue.