网络学院 w3pop社区 网络资源 IT新闻

w3pop.com :: 网络学院 :: RSS :: RSS < skipDays > 元素

会员登陆

帐号

密码

回答

记住密码

忘记密码? 注册

RSS < skipDays > 元素


作者:w3pop.com 翻译/整理:w3pop.com 发布:2007-04-29 浏览:383 :: ::

Definition and Usage
定义和用法

The <skipDays> element specifies the days where aggregators should skip updating the feed.
<skipDays>元素的作用是:提示新闻聚合器:哪些天它可以跳过。


Tips and Notes
提示

Tip: There can be up to seven <skipDays> elements.
提示:最多允许使用7个<skipDays>元素


Example
案例

<?xml version="1.0" encoding="ISO-8859-1" ?>
<rss version="2.0">
<channel>
  <title>W3pop Home Page</title>
  <link>http://www.w3pop.com</link>
  <description>Free web building tutorials</description>
  <skipDays>Saturday</skipDays>
  <skipDays>Sunday</skipDays>
  <item>
    <title>RSS Tutorial</title>
    <link>http://www.w3pop.com/tech/school/rss</link>
    <description>New RSS tutorial on W3pop</description>
  </item>
</channel>
</rss>


自我演示

<skipDays> 元素
使用<category>元素的方法

评论 (0) All