Element <webMaster> RSS

Definicja i użycie

Element <webMaster> definiuje adres e-mail administratora sieci feed.

Przykład

<?xml version="1.0" encoding="ISO-8859-1" ?>
<rss version="2.0">
<channel>
  <title>Strona główna CodeW3C.com</title>
  <link>http://www.codew3c.com</link>
  <description>Free web building tutorials</description>
  <webMaster>webmaster@codew3c.com</webMaster>
  <item>
    <title>Tutorial RSS</title>
    <link>http://www.codew3c.com/rss</link>
    <description>Nowy tutorial RSS na CodeW3C.com</description>
  </item>
</channel>
</rss>