File: docbook06.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 (16 lines) | stat: -rw-r--r-- 394 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="utf-8"?>
<article xmlns="http://docbook.org/ns/docbook" xml:id="docbook06">
 <title>DocBook Test</title>
 <section>
  <title>Section 1</title>
  <section>
   <title>Section 1.1</title>
   <subtitle>Subtitle 1.1</subtitle>
   <para>Hello</para>
  </section>
 </section>
 <section>
  <title>Section 2</title>
  <subtitle>Subtitle 2</subtitle>
 </section>
</article>