w3pop.com :: 网络学院 :: RSS :: RSS < generator > 元素
The <generator> element specifies the program used to generate the RSS feed.
<generator>元素的作用是:指定用于生成RSS频道的程序名。
Note: This is mostly used if the feed is created with an automatic feed generator.
注意:如果频道是通过一个“自动频道生成器”创建的,那么通常会用到这个元素。
<?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>
<generator>Notepad</generator>
<item>
<title>RSS Tutorial</title>
<link>http://www.w3pop.com/tech/school/rss</link>
<description>New RSS tutorial on W3pop</description>
</item>
</channel>
</rss> |
<generator> 元素
使用<generator>元素的方法
评论 (0)
All