> XML isn't bad, its just one format. There are many. Consider what your
> performance and memory requirements are, against the facts that XML has
> the most widely available and free parsers, is readible, debuggable,
What are some of the other formats some of you have considered? I like YAML, except that I don't like the use of indentation to indicate nesting (no flames from python advocates please). I also like the Apple plist format as well, but it's hard to find info and libraries on it, and even apple has wrapped plist with XML.
I'm building a configuration system that has to be flexible and simple, and right now I'm just using the basic style of java properties files, but there are a lot of limitations to that.
Spencer Proffit
_______________________________________________ Juglist mailing list [EMAIL PROTECTED] http://trijug.org/mailman/listinfo/juglist_trijug.org
