File: faq001.xml

package info (click to toggle)
php-doc 20250827~git.abe740d%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 71,968 kB
  • sloc: xml: 985,760; php: 25,504; javascript: 671; sh: 177; makefile: 37
file content (78 lines) | stat: -rw-r--r-- 1,344 bytes parent folder | download | duplicates (2)
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>