File: hier-2-nested.xml

package info (click to toggle)
listparser 0.20-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 964 kB
  • sloc: xml: 1,228; python: 818; makefile: 4
file content (18 lines) | stat: -rw-r--r-- 551 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0"?>
<!--
    Description: Hierarchy 2 (nested groupings)
    Eval: result['bozo'] == 0
    Eval: len(result['feeds'][0]['tags']) == 0
    Eval: len(result['feeds'][0]['categories']) == 1
    Eval: ['grouping1', 'grouping2'] in result['feeds'][0]['categories']
-->
<opml version="2.0">
    <head></head>
    <body>
        <outline text="grouping1">
            <outline text="grouping2">
                <outline text="feedname" type="rss" xmlUrl="http://domain/feed" />
            </outline>
        </outline>
    </body>
</opml>