องค์ประกอบ RSS <ttl>

คำนิยามและการใช้งาน

<ttl> องค์ประกอบนี้กำหนดจำนวนนาทีที่ feed สามารถถูกคลังครองก่อนที่จะปรับปรุง feed ใหม่</ttl>

ตัวอย่าง

<?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>
  <ttl>80</ttl>
  <item>
    <title>การเรียนรู้ RSS</title>
    <link>http://www.codew3c.com/rss</link>
    <description>การเรียนรู้ RSS ใหม่บน CodeW3C.com</description>
  </item>
</channel>
</rss>