Elemen <managingEditor> RSS

Definisi dan Penggunaan

Elemen <managingEditor> menentukan alamat email penulis konten feed.

Contoh

<?xml version="1.0" encoding="ISO-8859-1" ?>
<rss version="2.0">
<channel>
  <title>Halaman Utama CodeW3C.com</title>
  <link>http://www.codew3c.com</link>
  <description>Free web building tutorials</description>
  <managingEditor>editor@codew3c.com</managingEditor>
  <item>
    <title>Panduan RSS</title>
    <link>http://www.codew3c.com/rss</link>
    <description>Panduan RSS baru di CodeW3C.com</description>
  </item>
</channel>
</rss>