When I set any of those formats in the view display, I'm not seeing the right markup around fields in the Atom page. Can someone tell me where to look for the setting in the $view array? Content and Summary should get some markup like this http://www.atomenabled.org/developers/syndication/atom-format-spec.php
<title type="html"><![CDATA[...]]></title><content type="xhtml"><xhtml:div xmlns:xhtml="http://www.w3.org/1999/xhtml"></xhtml:div></content>

Comments

allisterbeharry’s picture

Assigned: Unassigned » allisterbeharry

There was a bug where I wasn't including CDATA around the summary and title elements and that should be resolved in the 6.x-1.0-beta1 release. The markup on Atom documents should work in all browsers and feed readers if you just want to syndicate Drupal content, but I just ran a document through the validator @ http://validator.w3.org/feed/check.cgi and there were a couple issues. So for now if you want strict conformance with the Atom spec you'll have to override the views-views-xml-style-atom.tpl template.

nicknickoli’s picture

Okay, thank you for following up. I'll give it another run after a getting down time in a couple sprints. Thanks again!

anthonylindsay’s picture

Issue summary: View changes
Status: Active » Closed (outdated)

Closing. D6 no longer supported.