Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[linux-dvb] Re: channels.conf syntax?



Gerd Knorr wrote:
"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.

Btw. XML is not complicated. You don't have to use all the mumbo jumbo extensions (dtd, schema, namespace and what else) and can only use it as simple as html.

Niklas



--
Info:
To unsubscribe send a mail to ecartis@linuxtv.org with "unsubscribe linux-dvb" as subject.



Home | Main Index | Thread Index