RSS <copyright> 元素
RSS 中的版權信息通過 <copyright> 元素獲取。
完整 RSS 參考手冊
定義和用法
<copyright> 元素用于通知版權資料。
實例
<?xml version="1.0" encoding="ISO-8859-1" ?>
<rss version="2.0">
<channel>
<title>W3CSchool Home Page</title>
<link>http://www.o2fo.com</link>
<description>Free web building tutorials</description>
<copyright>2006 Refsnes Data as. All rights reserved.</copyright>
<item>
<title>RSS Tutorial</title>
<link>//www.o2fo.com/rss</link>
<description>New RSS tutorial on W3CSchool</description>
</item>
</channel>
</rss>
嘗試一下 ?
完整 RSS 參考手冊
更多建議: