Elemento ng RSS <ttl>

Definition at Paggamit

Ang elemento ng <ttl> ay nagtutukoy ng minitong maaring i-cache ang feed bago ito ay napag-update sa pinagmulang feed.

Mga Halimbawa

<?xml version="1.0" encoding="ISO-8859-1" ?>
<rss version="2.0">
<channel>
  <title>Home Page ng CodeW3C.com</title>
  <link>http://www.codew3c.com</link>
  <description>Free web building tutorials</description>
  <ttl>80</ttl>
  <item>
    <title> Tutorial ng RSS</title>
    <link>http://www.codew3c.com/rss</link>
    <description>Bagong tutorial ng RSS sa CodeW3C.com</description>
  </item>
</channel>
</rss>