RSS <webMaster> উপাদান

অর্থাৎ ব্যবহার ও প্রয়োগ

<webMaster> উপাদানটি ফিড় নেটওয়ার্ক ম্যানেজারের ইমেইল ঠিকানা নির্দিষ্ট করে

প্রকল্প

<?xml version="1.0" encoding="ISO-8859-1" ?>
<rss version="2.0">
<channel>
  <title>CodeW3C.com Home Page</title>
  <link>http://www.codew3c.com</link>
  <description>Free web building tutorials</description>
  <webMaster>webmaster@codew3c.com</webMaster>
  <item>
    <title>RSS Tutorial</title>
    <link>http://www.codew3c.com/rss</link>
    <description>New RSS tutorial on CodeW3C.com</description>
  </item>
</channel>
</rss>