Example


  
    <ServDoc>
      <SDitem>
       <title>
         <h0>Hardware</h0>
         <h1>RAM</h1>
       </title>
       <short>Output from 'free'</short>
       <long>How much RAM has your computer physically ?</long>
       <data>256 MBytes</data>
     </SDitem>
     <SDitem>
       <title>
         <h0>Unix</h0>
         <h1>Disk</h1>
         <h2>Filesystems</h2>
         <h3>Mounted Filesystems and Sizes</h3>
       </title>
      <short>Output from 'df -k'</short>
      <long>Which filesystems are mounted ? How big are they ?</long>
      <data>
        <table>
          <tr>
            <th>Mountpoint</th>
            <th>Total</th>
          </tr>
          <tr>
            <td>/</td>
            <td>5.76G</td>
          </tr>
          <tr>
            <td>/home</td>
            <td>9.61G</td>
          </tr>
        </table>
      </SDitem>
     </ServDoc>