File: rss20-p.xml

package info (click to toggle)
libxml-feed-perl 0.65%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 508 kB
  • sloc: perl: 1,162; xml: 682; makefile: 4
file content (19 lines) | stat: -rw-r--r-- 658 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
     xmlns:blogChannel="http://backend.userland.com/blogChannelModule">
  <channel>
    <title>Some title</title>
    <link>http://creograf.ru/blog/4progr ammer</link>
    <description>Some desc</description>
    <language>ru-ru</language>
    <pubDate>Sun, 3 Apr 2011 05:42:15 +0300</pubDate>
    <lastBuildDate>Sun, 3 Apr 2011 05:42:15 +0300</lastBuildDate>

    <item>
      <title>Some entry</title>i
      <description></description>
      <guid isPermaLink="true">http://creograf.ru/post/regexp -js</guid>
      <pubDate>Sun, 3 Apr 2011 05:42:12 +0300</pubDate>
    </item>
  </channel>
</rss>