Điều khoản <comments> của RSS
Định nghĩa và cách sử dụng
Điều khoản <comments> cho phép một item liên kết đến các bình luận về item đó.
Mô hình
<?xml version="1.0" encoding="ISO-8859-1" ?> <rss version="2.0"> <channel> <title>Trang chủ CodeW3C.com</title> <link>http://www.codew3c.com</link> <description>Hướng dẫn xây dựng trang web miễn phí</description> <item> <title>Hướng dẫn RSS</title> <link>http://www.codew3c.com/rss</link> <description>Giới thiệu hướng dẫn RSS mới trên CodeW3C.com</description> <comments>http://www.codew3c.com/rss/comments.asp</comments> </item> </channel> </rss>