Elemento ng RSS <comments>

Paglilinang at Paggamit

Ang elemento ng <comments> ay nagbibigay-daan sa isang item na maglink sa mga komento tungkol sa item na iyon.

Mga Halimbawa

<?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>
  <item>
    <title>RSS Tutorial</title>
    <link>http://www.codew3c.com/rss</link>
    <description>New RSS tutorial on CodeW3C.com</description>
    <comments>http://www.codew3c.com/rss/comments.asp</comments>
  </item>
</channel>
</rss>