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 12:39:02 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!kibo.news.demon.net!news.demon.co.uk!demon!pogner.demon.co.uk!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: A standard package for config files is needed Date: 29 May 2002 20:24:44 +0100 Organization: Pushface Sender: simon@smaug Message-ID: References: <3CF5023F.9CBDB585@san.rr.com> NNTP-Posting-Host: pogner.demon.co.uk X-NNTP-Posting-Host: pogner.demon.co.uk:62.49.19.209 X-Trace: news.demon.co.uk 1022701137 nnrp-14:3727 NO-IDENT pogner.demon.co.uk:62.49.19.209 X-Complaints-To: abuse@demon.net User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Xref: archiver1.google.com comp.lang.ada:24959 Date: 2002-05-29T20:24:44+01:00 List-Id: Darren New writes: > I suspect he means to ask how the XML would look for the following > .ini file: > > name=Darren "The Dude" New > relational=<= > marriage=Wen's Husband > this.city=San Diego > > and so on. > > There are advantages to using XML for this. Ease of hand-editting is > not one of them. Well, it's like the advantages of Ada; you stand at least some chance of knowing that the data you put in matches what the program reading it expects. I would feel a lot more comfortable hand-editing an XML representation than this sort of thing, one gets no idea what the range of input might be.