skaterdav85 Posted November 8, 2011 Posted November 8, 2011 I am generating an RSS feed from content in my database and I have a few questions that don't seem to be addressed anywhere. Hopefully someone who has worked with generating RSS feeds on their own may have an idea. 1. If you have custom tags or attributes, are they simply ignored in other RSS aggregators?2. Does the <author> element have to be an email address, or can it just be a name?3. Can you have multiple <author> elements per <item>?
boen_robot Posted November 10, 2011 Posted November 10, 2011 1. Most of the time, yes.2. According to W3C's feed validator, it must in fact contain both an email and a real name.3. Again according to the validator, no, but I don't think RSS clients will have a problem... most will probably just ignore any author beyond the first.
skaterdav85 Posted November 10, 2011 Author Posted November 10, 2011 In the <author> element, where would you put the name? Every example I've seen just uses an email address or places an author's name inside the <dc:creator> element. http://www.lowter.com/blogs/2008/2/9/rss-dccreator-author
boen_robot Posted November 10, 2011 Posted November 10, 2011 The validator accepts (and shows as an example) the form [email protected] (Real Name) I haven't checked if it accepts other forms.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.