RSS <webMaster> एलीमेंट

परिभाषा और उपयोग

<webMaster> एलीमेंट फीड नेटवर्क प्रबंधक के ईमेल एड्रेस को परिभाषित करता है。

उदाहरण

<?xml version="1.0" encoding="ISO-8859-1" ?>
<rss version="2.0">
<channel>
  <title>CodeW3C.com होम पेज</title>
  <link>http://www.codew3c.com</link>
  <description>फ्री वेब बिल्डिंग ट्यूटोरियल</description>
  <webMaster>webmaster@codew3c.com</webMaster>
  <item>
    <title>RSS ट्यूटोरियल</title>
    <link>http://www.codew3c.com/rss</link>
    <description>नया RSS ट्यूटोरियल पर CodeW3C.com</description>
  </item>
</channel>
</rss>