Official Suggestion Time: instead of continuing to fight with XML, why
don't we just switch to: http://www.hyperrealm.com/libconfig/
The files are way more readable, the code is (probably) way more
readable, and the library automatically converts values to
bools/ints/strings as needed:
{{{
          long width = config.lookup("application.window.size.w");
          bool splashScreen = config.lookup("application.splash_screen");
          std::string title = config.lookup("application.window.title");
}}}

-Nick

------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Mixxx-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mixxx-devel

Reply via email to