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 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78
|
<?xml version="1.0" encoding="utf-8"?>
<chapter xmlns="http://docbook.org/ns/docbook" xml:id="faq.001">
<title>FAQ Test 001</title>
<titleabbrev>FAQ Test 001</titleabbrev>
<para>
Testing FAQs
</para>
<qandaset>
<qandaentry xml:id="faq.001.01">
<question>
<para>
Simple test question 01
</para>
</question>
<answer>
<para>
Simple test answer 01
</para>
</answer>
</qandaentry>
<qandaentry xml:id="faq.001.02">
<question>
<para>
Simple test question 02
</para>
</question>
<answer>
<para>
Simple test answer 02
</para>
</answer>
</qandaentry>
<qandaentry xml:id="faq.001.03">
<question>
<para>
Simple test question 03
</para>
</question>
<answer>
<para>
Simple test answer 03
</para>
</answer>
</qandaentry>
<qandaentry xml:id="faq.001.04">
<question>
<para>
Simple test question 04
</para>
</question>
<answer>
<para>
Simple test answer 04
</para>
</answer>
</qandaentry>
<qandaentry xml:id="faq.001.05">
<question>
<para>
Simple test question 05
</para>
</question>
<answer>
<para>
Simple test answer 05
</para>
</answer>
</qandaentry>
</qandaset>
</chapter>
|