HelpGUI - Table of Content

First of all you have to create a simple Table of content file (TOC) as a xml format. This Table of content contains the title of each page, and the associated web page.
Here is a simple example of a toc.xml file.

<?xml version="1.0" encoding="ISO-8859-1" ?>
<toc>
  <tocitem text="General">
    <tocitem text="Introduction"       target="general/introduction.html" home="true"/>
    <tocitem text="License Agreement"  target="general/license.html"/>
    <tocitem text="Contacts"           target="general/contacts.html"/>
    <tocitem text="Features"           target="general/features.html"/>
  </tocitem>
  <tocitem text="How to Use??">
    <tocitem text="Table of Content"   target="howtouse/toc.html"/>
    <tocitem text="Directory and web pages"   target="howtouse/dirweb.html"/>
    <tocitem text="Launch HelpGUI"     target="howtouse/launch.html"/>
    <tocitem text="Icons Themes"     target="howtouse/icons.html"/>
  </tocitem>	
</toc>