blob: 0a73bf7effa4a93e67ad01b959010af1dc9255d9 (
plain)
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'?>
<section xmlns="http://docbook.org/ns/docbook" version="5.0" xml:id="sample-page-picture"><info><title xml:id="sample-page-picture-ti1">Sample page with picture</title></info>
<!-- Made by marja on 2012 04 24 -->
<!-- NEEDS TO BE REVIEWED! -->
<!-- Same day, replaced <literal> tags with <code> tags -->
<!-- Same day, replaced <literal> tags with <example> tags arond the code for the screenhot and around part of the text in a paragraph .-->
<!-- Same day nested <code> inside <para> -->
<!-- sams day, gave up on finding correct way of showing code -->
<para xml:id="sample-page-picture-pa1" revision="1">Look at the xml code of this page to see how the picture below was inserted</para>
<mediaobject>
<imageobject>
<imagedata revision="1" fileref="dx2-license.png" format="PNG" align="center" xml:id="acceptLicense-im1"></imagedata>
</imageobject>
</mediaobject>
</section>
|