در این بخش چند مثال عملی از نوشتن فیدهای RSS را همراه با خروجی نمایش داده ایم . به نکته هر مثال دقت نمایید :
۱ ) قرار دادن یک کادر متن در فید :
کد مثال |
<?xml version=”1.0″ encoding=”ISO-8859-1″ ?>
<rss version=”2.0″>
<channel>
<title>W3Schools Home Page</title>
<link>http://www.w3schools.com</link>
<description>Free web building tutorials</description>
<textinput>
<description>Search Google</description>
<title>Search</title>
<link>http://www.google.no/search?</link >
<name>q</name>
</textinput>
<item>
<title>RSS Tutorial</title>
<link>http://www.w3schools.com/rss</link >
<description>New RSS tutorial on W3Schools</description>
</item>
</channel>
</rss> |
خروجی |
W3Schools Home Page
Free web building tutorials
RSS Version: 2.0
RSS Tutorial: New RSS tutorial on W3Schools |