Blame view

libs/XML_Feed_Parser-1.0.2/samples/rss091-simple.xml 480 Bytes
42868d70   andryeyev   Создал GIT
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
  <?xml version="1.0"?>
  <!DOCTYPE rss SYSTEM "http://my.netscape.com/publish/formats/rss-0.91.dtd">
  <rss version="0.91">
  <channel>
  <language>en</language>
  <description>News and commentary from the cross-platform scripting community.</description>
  <link>http://www.scripting.com/</link>
  <title>Scripting News</title>
  <image>
  <link>http://www.scripting.com/</link>
  <title>Scripting News</title>
  <url>http://www.scripting.com/gifs/tinyScriptingNews.gif</url>
  </image>
  </channel>
  </rss>