Eric Scheid wrote:
I'm +0.5 to all that ... the sticky problem is just how do we insert an authorship string like "Raggett, D, Hors, A, and I Jacobs" into an entry, and I'm -1 on using an extension for that since there is a $17 billion industry already using feeds that really wants to be able to insert that kind of authorship string.
You don't, but it can be built from multiple atom:author elements: <atom:author><atom:name>Ragget, D</atom:name></atom:author> <atom:author><atom:name>Hors, A</atom:name></atom:author> <atom:author><atom:name>I Jaccobs</atom:name></atom:author> ...but we might need atom:author elements to be ordered... -- Thomas Broyer
