RSS <copyright> Element
β
- Home
- HTML
- JavaScript
- CSS
- Vue
- React
- Python3
- Java
- C
- C++
- C#
- AI
- Go
- SQL
- Linux
- VS Code
- Bootstrap
- Git
- Local Bookmarks
RSS Tutorial
RSS TutorialRSS IntroductionRSS HistoryRSS SyntaxRSS channel ElementRSS item ElementRSS Publishing Your FeedRSS ReadersRSS ExamplesRSS Reference Manual
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
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>
<?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>
YouTip