| The <webmake> Tag
                          The <webmake> section is required in a WebMake file. Any text
                          before or after this section will be ignored.
                          
                         
                          In the current implementation, you can leave these tags
                          out, but it isn't advised; their requirement may be enforced later.
                          
                         Example
                          
                           
  <webmake>
    [...WebMake file omitted...]
  </webmake>
                         |