Home | History | Annotate | Download | only in fml
      1 <?xml version="1.0" encoding="UTF-8"?>
      2 
      3 <faqs title="Frequently Asked Questions" toplink="false">
      4 
      5   <part id="general">
      6     <title>General</title>
      7 
      8     <faq id="whats-foo">
      9       <question>
     10         What is Foo?
     11       </question>
     12       <answer>
     13         <p>some markup goes here</p>
     14 
     15         <source>some source code</source>
     16 
     17         <p>some markup goes here</p>
     18       </answer>
     19     </faq>
     20 
     21 	<!--
     22     <faq id="whats-bar">
     23       <question>
     24         What is Bar?
     25       </question>
     26       <answer>
     27         <p>some markup goes here</p>
     28       </answer>
     29     </faq>
     30   -->
     31 
     32   </part>
     33 
     34 	<!--
     35   <part id="install">
     36 
     37     <title>Installation</title>
     38 
     39     <faq id="how-install">
     40       <question>
     41         How do I install Foo?
     42       </question>
     43       <answer>
     44         <p>some markup goes here</p>
     45       </answer>
     46     </faq>
     47 
     48   </part>
     49 	-->
     50 
     51 </faqs>
     52