cdm-dataportal / site / fml / troubleshooting.fml @ 6abb0164
History | View | Annotate | Download (1008 Bytes)
1 | 6657531f | Andreas Kohlbecker | <?xml version="1.0" encoding="UTF-8"?> |
---|---|---|---|
2 | <faqs xmlns="http://maven.apache.org/FML/1.0.1" |
||
3 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
||
4 | xsi:schemaLocation="http://maven.apache.org/FML/1.0.1 http://maven.apache.org/xsd/fml-1.0.1.xsd" |
||
5 | title="Frequently Asked Questions" |
||
6 | toplink="false"> |
||
7 | |||
8 | <part id="general"> |
||
9 | <title>General</title> |
||
10 | |||
11 | <faq id="whats-foo"> |
||
12 | <question> |
||
13 | What is Foo? |
||
14 | </question> |
||
15 | <answer> |
||
16 | <p>some markup goes here</p> |
||
17 | |||
18 | <source>some source code</source> |
||
19 | |||
20 | <p>some markup goes here</p> |
||
21 | </answer> |
||
22 | </faq> |
||
23 | |||
24 | <faq id="whats-bar"> |
||
25 | <question> |
||
26 | What is Bar? |
||
27 | </question> |
||
28 | <answer> |
||
29 | <p>some markup goes here</p> |
||
30 | </answer> |
||
31 | </faq> |
||
32 | </part> |
||
33 | |||
34 | <part id="install"> |
||
35 | |||
36 | <title>Installation</title> |
||
37 | |||
38 | <faq id="how-install"> |
||
39 | <question> |
||
40 | How do I install Foo? |
||
41 | </question> |
||
42 | <answer> |
||
43 | <p>some markup goes here</p> |
||
44 | </answer> |
||
45 | </faq> |
||
46 | |||
47 | </part> |
||
48 | |||
49 | </faqs> |