File: unencoded-body.rss

package info (click to toggle)
libxml-rss-libxml-perl 0.3105%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 524 kB
  • ctags: 112
  • sloc: perl: 4,940; sh: 51; xml: 41; makefile: 5
file content (18 lines) | stat: -rw-r--r-- 726 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="utf-8" ?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" version="2.0">
<channel>
  <title>Blah blah blah</title>
  <link>http://www.whatever.net</link>
  <pubDate>Fri, 18 Jun 2010 16:47:04 +0000</pubDate>
  <language>en-us</language>
      <item>
      <title>Something</title>
      <link>http://www.whatever.net/541807</link>
      <guid>http://www.whatever.net/541807</guid>
      <description><img src='http://whatever.net/foo.jpg' /><br /> This is the description</description>
      <content:encoded><img src='http://whatever.net/foo.jpg' /><br /> This is the content</content:encoded>
      <pubDate>Fri, 18 Jun 2010 15:45:01 +0000</pubDate>
    </item>

</channel>
</rss>