File: base_rss.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 (16 lines) | stat: -rw-r--r-- 477 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xml:base="http://example.org/">
<channel>
<title>Sample Feed</title>
<link>index.html</link>
<item xml:base="http://example.org/archives/">
<title>First entry title</title>
<link>000001.html</link>
<description xml:base="http://example.org/archives/000001.html">
(<a href="/index.html">relative</a>,
<a href="http://weblog.infoworld.com/udell/index.html">fully-qualified</a>)
</description>
</item>
</channel>
</rss>