Phần tử <skipHours> của RSS

Định nghĩa và cách sử dụng

Phần tử <skipHours> xác định những giờ nào, bộ tổng hợp bỏ qua các cập nhật feed.

Lưu ý và chú thích

Lưu ý:Điều này có thể sử dụng tối đa 24 phần tử <skipDays>.

Lưu ý:0 biểu thị nửa đêm.

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>
  <skipHours>0</skipHours>
  <skipHours>1</skipHours>
  <skipHours>2</skipHours>
  <skipHours>3</skipHours>
  <skipHours>4</skipHours>
  <skipHours>5</skipHours>
  <skipHours>6</skipHours>
  <skipHours>7</skipHours>
  <skipHours>17</skipHours>
  <skipHours>18</skipHours>
  <skipHours>19</skipHours>
  <skipHours>20</skipHours>
  <skipHours>21</skipHours>
  <skipHours>22</skipHours>
  <skipHours>23</skipHours>
  <item>
    <title>Hướng dẫn RSS</title>
    <link>http://www.codew3c.com/rss</link>
    <description>Hướng dẫn xây dựng trang web miễn phí trên CodeW3C.com</description>
  </item>
</channel>
</rss>