RSS <author> Elemanı

Tanım ve Kullanım

<author> elemanı itemın yazarının e-posta adresini belirler.

Açıklama:Spam postalara karşı önlemek için bazı geliştiriciler <author> elemanını kullanmıyorlar.

Örnek

<?xml version="1.0" encoding="ISO-8859-1" ?>
<rss version="2.0">
<channel>
  <title>CodeW3C.com Ana Sayfa</title>
  <link>http://www.codew3c.com</link>
  <description>Ücretsiz web sitesi yapım eğitimleri</description>
  <item>
    <title>RSS Eğitimi</title>
    <link>http://www.codew3c.com/rss</link>
    <description>CodeW3C.com üzerinde yeni RSS eğitimi</description>
    <author>author@codew3c.com</author>
  </item>
</channel>
</rss>