/**
  * @todo doc
  * @return  @todo doc
  */
 public static function Instance()
 {
     if (!Xml2Wiki::$_Instance) {
         Xml2Wiki::$_Instance = new Xml2Wiki();
     }
     return Xml2Wiki::$_Instance;
 }