File: rss-multiple-categories.xml

package info (click to toggle)
libxml-feed-perl 0.43%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 308 kB
  • ctags: 105
  • sloc: perl: 924; xml: 450; sh: 22; makefile: 16
file content (19 lines) | stat: -rw-r--r-- 755 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>