Dushan Savich wrote: > I've zipped wt_config.xml , kitchen sink example output > , and directory listing of ext/ folder . > You can get it here : http://www.stosha.net/ext-stuff.zip Dushan,
I vaguely remember a thread about this on the list before, maybe do a search in the archive. The problem in the files you have supplied is that it is trying to parse an XML file (probably the resource file, NOT wt_config.xml) and striking a bare ampersand (&) which is not allowed in strict XML (or was this an XHTML problem?). Hence the error "Error parsing: Menu & ToolBar" look for "Menu & ToolBar" in the XML file and replace it maybe with "Menu & Toolbar" or "Menu and ToolBar". I thought this had been fixed (guys?). What version are you using? Kind regards, Brad Hubbard ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ witty-interest mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/witty-interest
