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,a26758eec3c2e1ad X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-06-13 00:46:58 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.icl.net!colt.net!news-x2.support.nl!news.tiscali.nl!bnewspeer01.bru.ops.eu.uu.net!lnewspeer01.lnd.ops.eu.uu.net!emea.uu.net!news.kvaerner.com!news@kvaerner.com From: "Tarjei T. Jensen" Newsgroups: comp.lang.ada Subject: Re: Use of XML for config files Date: Thu, 13 Jun 2002 09:42:33 +0200 Organization: KOGAS Message-ID: References: <3CFC5DB2.A21DCF61@cs.tu-berlin.de> <4519e058.0206041129.5b250124@posting.google.com> <4519e058.0206100702.5a4b431a@posting.google.com> NNTP-Posting-Host: 155.209.161.131 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Xref: archiver1.google.com comp.lang.ada:25847 Date: 2002-06-13T09:42:33+02:00 List-Id: Stephen Leake wrote: > However, I think a sufficiently small subset of XML is ok. I'll be > posting a complete example Real Soon Now :). Aaarrrggggghhhhhhhh!!!!!!!!! When will people learn that config files should be readable and understandable. There is a lot of misery created by computer programmers just so that the files should be easy to parse. Examples: oracle's sql net configuration files (at least pre v 8). Various GNU configuration files which is really lisp. Get real and keep it simple. Not everybody is a CompSci major. greetings,