当前位置: 首页 > 网络学院 > XML相关教程 > RSS > <skipDays>
The <skipDays> element specifies the days where aggregators should skip updating the feed.
<skipDays>元素的作用是:提示新闻聚合器:哪些天它可以跳过。
Tip: There can be up to seven <skipDays> elements.
提示:最多允许使用7个<skipDays>元素
<?xml version="1.0" encoding="ISO-8859-1" ?> <rss version="2.0"> <channel> <title>ruanchen Home Page</title> <link>http://www.ruanchen.com</link> <description>Free web building tutorials</description> <skipDays>Saturday</skipDays> <skipDays>Sunday</skipDays> <item> <title>RSS Tutorial</title> <link>http://www.ruanchen.com/tech/school/rss</link> <description>New RSS tutorial on ruanchen</description> </item>
</channel> </rss> |
<skipDays> 元素
使用<category>元素的方法