"Nico" <nsabbi@tiscali.it> writes:
please, everything but NOT XML: it's uselessly complicated and
implies dependencies to external libs, which are rejected by many
projects (e.g. mplayer, as far as I'm concerned).
Agreed, every f*cking additional library dependency makes software
maintainance harder, and I absolutely don't see the point in using XML
for config data.
Gerd
Well, if the library dependancy is a problem I could donate my own
lightweight (450 lines of code) XML parser. It's pure C++, one class
only, SAX like API (easy to use, no overhead), quite verbose on errors
and maybe pretty fast (finite automata based). If anybody is
interested, please contact me.