w3pop.com :: 网络学院 :: RSS :: RSS < managingEditor > 元素
The <managingEditor> tag is used to specify an e-mail address for the editor of the content of the feed.
<managingEditor>标签的作用是:指定频道内容编者的E-mail。
<?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>
<managingEditor>editor@w3pop.com</managingEditor>
<item>
<title>RSS Tutorial</title>
<link>http://www.w3pop.com/tech/school/rss</link>
<description>New RSS tutorial on W3pop</description>
</item>
</channel>
</rss> |
<managingEditor> 元素
使用<category>元素的方法
评论 (0)
All