I would like to use the xml file to configurate my GUI, as described here
http://www.cegui.org.uk/docs/current/xml_config.html
unfortunately I'm not able to write one by myself because I don't understand if I can put in that file only a part of settings or whether I have to put all the settings.
For example, I tried with this small file:
Code: Select all
<CEGUIConfig>
<Logging level="Insane"></Logging>
<ResourceDirectory group="imagesets" directory="c:\\imagesets\\"></ResourceDirectory>
</CEGUIConfig>
The Expat parser throws a generic exeption saying it's "bad formed" at line 1.
CEGUIExpatParser.cpp line 78
Can someone post a working config file?
Can someone explain where the directory relative path is referred ?
Thanks a lot.