Make the test document include a Samba-specific XML element and an image.
[bbaumbach/samba-autobuild/.git] / docs-xml / test / index.xml
1 <?xml version="1.0" encoding="iso-8859-1"?>
2 <!DOCTYPE book PUBLIC "-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc">
3
4 <book id="testdoc"
5         xmlns:xi="http://www.w3.org/2003/XInclude">
6 <title>Test-document</title>
7
8 <bookinfo>
9         <authorgroup>
10         <editor>&person.jelmer;</editor>
11         </authorgroup>
12         <pubdate><?latex \today ?></pubdate>
13 </bookinfo>
14
15 <chapter>
16         <title>Foo</title>
17
18         <para>I use <smbconfoption name="path">/tmp</smbconfoption></para>
19
20         <imagefile>slmed</imagefile>
21
22 </chapter>
23
24 </book>