File: section03.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 (27 lines) | stat: -rw-r--r-- 725 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" id="section03">
 <title>Section Test</title>
 <p>This is a paragraph.</p>
 <section>
  <title>First section</title>
  <p>This paragraph is in the first section</p>
  <section>
   <title>First subsection</title>
   <section>
    <title>First subsubsection</title>
   </section>
  </section>
  <section>
   <title>Second subsection</title>
   <p>This paragraph is in subsection 2.</p>
   <section>
    <title>Secont subsubsection</title>
    <p>This paragraph is in subsubsection 2.</p>
   </section>
  </section>
 </section>
 <section>
  <title>Breaking out to a top-level section.</title>
  <p>And a final paragraph.</p>
 </section>
</page>