<?xml version="1.0" encoding="UTF-8"?> <book version="5.1" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xila="http://www.w3.org/2001/XInclude/local-attributes" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:trans="http://docbook.org/ns/transclusion" xmlns:svg="http://www.w3.org/2000/svg" xmlns:m="http://www.w3.org/1998/Math/MathML" xmlns:html="http://www.w3.org/1999/xhtml" xmlns:db="http://docbook.org/ns/docbook"> <info> <title>Testing Docbook instnces</title> <author> <personname><firstname>Martin</firstname><surname>Goik</surname></personname> <affiliation> <orgname>Stuttgart Media University</orgname> </affiliation> </author> <pubdate>2017-02-27</pubdate> </info> <preface xml:id="preface"> <title>Preface</title> <itemizedlist> <listitem> <para>One</para> </listitem> <listitem> <para>Two</para> </listitem> </itemizedlist> </preface> <part annotations="forumId=8;" xml:id="sd1"> <title>Test Suite</title> <xi:include href="Components/intro.xml" xpointer="element(/1)"/> <chapter xml:id="qandaset"> <title>Question and answer sets</title> <qandaset defaultlabel="qanda" xml:id="firstQuestion"> <title>First question</title> <qandadiv> <qandaentry xml:id="q1"> <question> <para>My first question containing a table:</para> <table border="1" xml:id="testTable"> <caption>Test table</caption> <tr> <th>Key</th> <th>Value</th> </tr> <tr> <td>b1</td> <td>b2</td> </tr> </table> </question> <answer> <para>My first answer</para> </answer> </qandaentry> </qandadiv> </qandaset> <section xml:id="nestedQuestion"> <title>Nested question</title> <qandaset defaultlabel="qanda" xml:id="qandaNestedQuestion"> <title>A nested question</title> <qandadiv> <qandaentry xml:id="qandaQ1"> <question> <para>My nested question</para> </question> <answer> <para>My nested answer</para> </answer> </qandaentry> </qandadiv> </qandaset> </section> </chapter> <xi:include href="Components/exampleSlides.xml" xpointer="element(/1)"/> <xi:include href="Video/video.xml" xpointer="element(/1)"/> <appendix annotations="slide" xml:id="appendix"> <title>Appendix</title> <section xml:id="addSlideInAppendix"> <title>Slides in appendix.</title> <figure xml:id="fig_slideInAppendix"> <title>Slides in appendix</title> <itemizedlist> <listitem> <para>Blah!</para> </listitem> <listitem> <para>snor!</para> </listitem> </itemizedlist> </figure> </section> </appendix> <xi:include href="Components/glossary.xml" xpointer="element(/1)" trans:idfixup="auto"/> </part> </book>