Pozdrav svima, imam neki kod za RSS čitač, međutim nešto ne radi... Ako neko zna i ako bi neko volio pomoći, bio bih zahvalan.
<?xml version="1.0"?>
<rss version="2.0">
<channel>
<title>Neki kanal</title>
<link>http://example.com/</link>
<description>Moj kanal</description>
<item>
<title>Vijesti iz drugog januara</title>
<link>http://example.com/2016/01/02</link>
<description>other things happened today</description>
</item>
<item>
<title>Vijesti iz petnaestog februara</title>
<link>http://example.com/2002/02/15</link>
</item>
</channel>
</rss>