Latest web development tutorials

RSS skipDays 元素

RSS 參考手冊 完整RSS參考手冊

定義和用法

<skipDays> 元素規定在那些天,聚合器忽略更新feed。


提示和註釋

提示:最多可以用7個<skipDays>元素。


實例

<?xml version="1.0" encoding="ISO-8859-1" ?>
<rss version="2.0">

<channel>
<title>W3CSchool Home Page</title>
<link>http://www.w3cschool.cc</link>
<description>Free web building tutorials</description>
<skipDays>
<day>Saturday</day>
<day>Sunday</day>
</skipDays>

<item>
<title>RSS Tutorial</title>
<link>http://www.w3cschool.cc/rss</link>
<description>New RSS tutorial on W3CSchool</description>
</item>
</channel>

</rss>

嘗試一下»

RSS 參考手冊 完整RSS參考手冊