RSS <author> Element

Definitie en gebruik

Het <author> element specificeert het e-mailadres van de auteur van het item.

Opmerking:Om spam te voorkomen, gebruiken sommige ontwikkelaars geen <author> element.

Voorbeeld

<?xml versie="1.0" encoding="ISO-8859-1" ?>
<rss versie="2.0">
<channel>
  <title>CodeW3C.com Hoofdpagina</title>
  <link>http://www.codew3c.com</link>
  <description>Gratis web bouw cursussen</description>
  <item>
    <title>RSS Tutorial</title>
    <link>http://www.codew3c.com/rss</link>
    <description>Nieuwe RSS tutorial op CodeW3C.com</description>
    <author>author@codew3c.com</author>
  </item>
</channel>
</rss>