Elemen <comments> RSS

Definisi dan Penggunaan

Elemen <comments> memungkinkan item menghubungkan ke komentar tentang item tersebut.

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>Tutorial Pembangunan Web Gratis</description>
  <item>
    <title>Tutorial RSS</title>
    <link>http://www.codew3c.com/rss</link>
    <description>Tutorial RSS Baru di CodeW3C.com</description>
    <comments>http://www.codew3c.com/rss/comments.asp</comments>
  </item>
</channel>
</rss>