Home | 简体中文 | 繁体中文 | 杂文 | 知乎专栏 | 51CTO学院 | CSDN程序员研修院 | Github | OSChina 博客 | 腾讯云社区 | 阿里云栖社区 | Facebook | Linkedin | Youtube | 打赏(Donations) | About
知乎专栏多维度架构

8.7. question/answer 问答

		
<qandaset>
	<qandaentry>
		<question>
			<para>What are little boys made of?</para>
		</question>
		<answer>
			<para>Snips and snails and puppy dog tails.</para>
		</answer>
	</qandaentry>
	<qandaentry>
		<question>
			<para>What are little girls made of?</para>
		</question>
		<answer>
			<para>Sugar and spice and everything nice.</para>
		</answer>
	</qandaentry>
</qandaset>
		
		
8.7.1. What are little boys made of?
8.7.2. What are little girls made of?

8.7.1.

What are little boys made of?

Snips and snails and puppy dog tails.

8.7.2.

What are little girls made of?

Sugar and spice and everything nice.

		
<article xmlns='http://docbook.org/ns/docbook'>
    <title>Example qandaset</title>
    
    <qandaset defaultlabel='qanda'>
      <qandaentry>
        <question>
          <para>To be, or not to be?</para>
        </question>
        <answer>
   		    <para>That is the question.</para>
        </answer>
   	  </qandaentry>
    </qandaset>

</article>		
		
		
问: To be, or not to be?

问:

To be, or not to be?

答:

That is the question.