Page 1 of 1

Problem with CEGUI, parsing XML file.

Posted: Tue Nov 11, 2008 21:18
by geru
Hi,

I have a problem whith CEGUI, Im using version 0.5.0 with Ogre 1.4:

Code: Select all

11/11/2008 13:10:38 (InfL1) ===== Falagard 'root' element: look and feel parsing begins =====
11/11/2008 13:10:38 (Error) Exception: XercesParser::parseXMLFile - An error occurred at line nr. 3660 while parsing XML file 'TaharezLook.looknfeel'. Additional information: Attribute 'type' is not declared for element 'PropertyDim'
11/11/2008 13:10:38 (Error) WidgetLookManager::parseLookNFeelSpecification - loading of look and feel data from file 'TaharezLook.looknfeel' has failed.


I have tried to overwrite the datafiles of CEGUI with a datafiles of newest version (0.6.1)

Any ideas?

Thanks :-)

Posted: Tue Nov 11, 2008 22:42
by CrazyEddie
Hi,

The schema validation files used by xerces (.xsd files) appear to be from an older version than the data files themselves. Make sure you have also copied over the updated .xsd files.

I think the 0.6.1 files should work with 0.5.0, though I'm not 100% sure.

CE.