YouTip LogoYouTip

Rss Tag Copyright

RSS <copyright> Element

RSS <copyright> Element

β€”

RSS Tutorial

RSS TutorialRSS IntroductionRSS HistoryRSS SyntaxRSS channel ElementRSS item ElementRSS Publishing Your FeedRSS ReadersRSS ExamplesRSS Reference Manual

RSS Examples

RSS title, link, and description Elements

Deep Dive

Feed Aggregation and Social Bookmarking

Internet Software

Web Design and Development

Computers

Web Services

Software

Scripting Languages

Scripts

Computer Hardware

Programming

RSS <copyright> Element


Image 3: RSS Reference Manual Complete RSS Reference Manual


Definition and Usage

The <copyright> element is used to specify copyright information.


Example

<?xml version="1.0"encoding="UTF-8"?>
<rss version="2.0">
<channel>
<title> Home Page</title>
<link>
<description>Free Programming Tutorials</description>
<copyright><item>
<title>RSS Tutorial</title>
<link>
<description> RSS Tutorial</description>
</item>
</channel>
</rss>

Try it yourself Β»


Image 4: RSS Reference Manual Complete RSS Reference Manual

← Rss Tag ImageRss Tag Cloud β†’