当前位置: 首页 > 网络学院 > XML相关教程 > RSS > <author>

RSS
RSS 介绍
RSS 历史
RSS 语法
RSS <channel> 元素
RSS <item> 元素
RSS 发布 Feed
RSS 解读 Feed

RSS 中的 <author>


出处:互联网   整理: 软晨网(RuanChen.com)   发布: 2009-03-04   浏览: 217 ::
收藏到网摘: n/a

Definition and Usage
定义和用法

The <author> child element is used to specify the e-mail address of the author of the item.
<author>子元素的作用是:指定频道项目编者的E-mail地址。


Tips and Notes
注意点

Note: To prevent spam e-mails, some developers do not include the <author> element.
注意:为了阻止垃圾邮件,一些代码开发者一般不使用<author>元素。


Example
案例

<?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> <item> <title>RSS Tutorial</title> <link>http://www.ruanchen.com/tech/school/rss</link> <description>New RSS tutorial on ruanchen</description> <author>[email protected]</author> </item>
</channel>
</rss>


自我演示

<author> 元素
使用<author>元素的方法

评论 (0) All

登陆 | 还没注册?