RSS <generator> 元素
定义和用法
<generator> 元素规定用于生成该 RSS feed 的程序名称。
提示和注释
注释:在 feed 由自动生成器创建时,通常会使用该元素。
实例
<?xml version="1.0" encoding="ISO-8859-1" ?>
<rss version="2.0">
<channel>
<title>Gxlsystem Home Page</title>
<link>http://www.gxlcms.com</link>
<description>Free web building tutorials</description>
<generator>Notepad</generator>
<item>
<title>RSS Tutorial</title>
<link>http://www.gxlcms.com/rss</link>
<description>New RSS tutorial on Gxlsystem</description>
</item>
</channel>
</rss>