PDA

View Full Version : سوال: مشکل rss



student91
سه شنبه 08 بهمن 1392, 11:01 صبح
سلام
چرا طبق قواعد rss وقتی کدی مثل زیر رو اجرا می کنم category رو نمایش نمیده!
<rss version="2.0">
<channel>
<title>W3Schools Home Page</title>
<link>http://www.w3schools.com</link>
<description>Free web building tutorials</description>
<category>IT/Internet/Web development</category>
<item>
<title>RSS Tutorial</title>
<link>http://www.w3schools.com/rss</link>
<description>New RSS tutorial on W3Schools</description>
<category>News</category>
<category>Tutorial</category>
</item>
</channel>
</rss>