From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,47bc849aad30d586 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-05-29 04:07:23 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.freenet.de!newsfeed.stueberl.de!newsfeed.vmunix.org!uio.no!ntnu.no!not-for-mail From: Preben Randhol Newsgroups: comp.lang.ada Subject: Re: A standard package for config files is needed Date: Wed, 29 May 2002 11:07:22 +0000 (UTC) Organization: Norwegian university of science and technology Message-ID: References: NNTP-Posting-Host: kiuk0156.chembio.ntnu.no X-Trace: tyfon.itea.ntnu.no 1022670442 8092 129.241.83.82 (29 May 2002 11:07:22 GMT) X-Complaints-To: usenet@itea.ntnu.no NNTP-Posting-Date: Wed, 29 May 2002 11:07:22 +0000 (UTC) User-Agent: slrn/0.9.7.4 (Linux) Xref: archiver1.google.com comp.lang.ada:24917 Date: 2002-05-29T11:07:22+00:00 List-Id: On Wed, 29 May 2002 02:18:28 GMT, SteveD wrote: > Gee. I thought this was just the kind of thing that XMLAda was good > for. > > A few lines of code to read the configuration file (XML) followed by a > few lines of code to access the data. > > Then if you decide you want to do something more fancy with > configuration there is little additional cost. The problems with XML is: 1) Hard to handedit/read for the user 2) Have applications depend on XML/Ada for only the config files seams bloat. 3) Would need a DTD for each the config file Preben