Questions and Answers

<qandaset>

A set of questions and answers, suitable for a FAQ. <qandaset> must contain <qandaentry>.

<qandaentry>

Each question and answer pair is a <qandaentry>.

<question>

The question being asked. It must be inside a qandaentry, and it must have a matching answer.

<answer>

The answer to the matching question in the same qandaset.

Example A.7. <qandaset> Template


<qandaset>
<qandaentry>
<question>
</question>
<answer>
</answer>
</qandaentry>
</qandaset>