gnupic@linuxhacker.org

gnupic@linuxhacker.org


Subject: Re: gpsim development
From: James Cameron
Date: Sun, 9 Jan 2000 10:21:55 +1100

On Fri, Jan 07, 2000 at 07:18:20AM -0600, Scott Dattalo wrote:
> XML is useful for the web (and in many other places), but inappropriate
> IMO, for this application. What do others think? 

I code in GTK+ as well.

If I was implementing window configuration retention or other GUI
settings for a GTK+ program, I would first try to see if a gtkrc file
would do it.  If not, then libxml would only catch my eye if the
interface calls I make are sufficiently easy to justify the dependency.

It may hurt gpsim's user base to place a dependency on libxml.

On http://quozl.us.netrek.org/gfocustimer/ my settings are recorded in
a plain text file, as a series of name value pairs.

-- 
James Cameron   mailto:quozl@us.netrek.org   http://quozl.us.netrek.org/

gnupic@linuxhacker.org