<完整的RSS參考
定義和用法
在<skipDays>元素指定天凡聚合應該跳過更新飼料。
提示和注意
Tip:可以有多達七個<skipDays>元素。
例
<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title>w3ii Home Page</title>
<link>http://www.w3ii.com</link>
<description>Free web building tutorials</description>
<skipDays>
<day>Saturday</day>
<day>Sunday</day>
</skipDays>
<item>
<title>RSS Tutorial</title>
<link>http://www.w3ii.com/xml/xml_rss.html</link>
<description>New RSS tutorial on w3ii</description>
</item>
</channel>
</rss>
試一試»
<完整的RSS參考