File: 54

package info (click to toggle)
sdop 1.10-3
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 12,404 kB
  • sloc: ansic: 21,477; xml: 8,536; sh: 265; perl: 199; makefile: 142
file content (38 lines) | stat: -rw-r--r-- 619 bytes parent folder | download | duplicates (7)
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
28
29
30
31
32
33
34
35
36
37
38
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
<?sdop toc_sections="no"?>

<book>

<chapter>
<title>Introduction</title>
<para>
This is some leading text.
<mediaobject>

<imageobject>
<imagedata fileref="png.png" format="png" scale="50"/>
</imageobject>

<textobject>
<para>
This is substitute text for the object.
</para>
</textobject>

<textobject>
<para>
This text should never be seen.
</para>
</textobject>

</mediaobject>
</para>


<para>
This is a paragraph of normal text. 
</para>

</chapter>
</book>