On Wed, 12 Sep 2007 14:57:34 +0200, Captain <[EMAIL PROTECTED]> wrote: > The question is how to store "information" in the packages. We have two > possibilities : > - "txt" version witch could be on a XML structure > - SQLite version > > What is the best solution for you ? thanks to chose and motive your > choice.
We have to consider all inconvenients of the 2 solutions, If we have an XML strucutre we will be dependent of and XML parser. If we have an SQLite one we will be dependent of SQLite. So if we don't wand any dependence we could simply use and flat text file like this : NAME=vim VERSION=7.0 DESC="The great editor" XML don't enjoy me, and sqlite no more enjoy me. So that's my proposition. see you -- Philippe Caseiro http://www.else-projects.org http://fr.enlightenment.org -- [email protected] Unsubscribe: [EMAIL PROTECTED] Archives: http://lists.else-projects.org/archives/devel Jabber-MUC: [EMAIL PROTECTED]
