File: rss-multiple-categories.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-- 741 bytes parent folder | download | duplicates (4)
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:dc="http://purl.org/dc/elements/1.1/"
    xmlns:content="http://purl.org/rss/1.0/modules/content/">
    <channel>
        <title>Simon Wistow's blog</title>
        <link>http://deflatermouse.vox.com/library/posts/page/1/</link>
        <lastBuildDate>Mon, 08 Dec 2008 11:44:50 -0800</lastBuildDate>
        <item>
            <title>Test With Categories</title>
            <pubDate>Mon, 08 Dec 2008 11:44:50 -0800</pubDate>
            <description>content</description>
            <category>foo</category>
            <category>bar</category>
            <category>quux</category>
            <category>simon&#39;s tags</category>
        </item>
    </channel>
</rss>