File: list12.page

package info (click to toggle)
mallard-ducktype 1.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,648 kB
  • sloc: python: 4,054; sh: 64; makefile: 7
file content (14 lines) | stat: -rw-r--r-- 324 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" id="list12">
 <title>List Test</title>
 <tree>
  <item>List item 1
   <item>Sublist item 1
Continuing item 1</item>
   <item>Sublist item 2
    <item>Subsublist item 1</item>
   </item>
  </item>
  <item>List item 2</item>
 </tree>
</page>