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-05 23:48:23 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!skynet.be!skynet.be!bnewspeer01.bru.ops.eu.uu.net!emea.uu.net!eusc.inter.net!cs.tu-berlin.de!not-for-mail From: Volkert Barr Newsgroups: comp.lang.ada Subject: Re: Use of XML for config files Date: Thu, 06 Jun 2002 08:48:21 +0200 Organization: TU Berlin, Fachbereich Informatik Message-ID: <3CFF05B5.76C74723@cs.tu-berlin.de> References: <3CFC5DB2.A21DCF61@cs.tu-berlin.de> <4519e058.0206041129.5b250124@posting.google.com> <3CFDBB4D.29DAADEF@cs.tu-berlin.de> NNTP-Posting-Host: bolero.cs.tu-berlin.de Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: news.cs.tu-berlin.de 1023346102 2695 130.149.19.1 (6 Jun 2002 06:48:22 GMT) X-Complaints-To: news@cs.tu-berlin.de NNTP-Posting-Date: 6 Jun 2002 06:48:22 GMT X-Mailer: Mozilla 4.79 [en] (X11; U; SunOS 5.8 sun4u) X-Accept-Language: en Xref: archiver1.google.com comp.lang.ada:25388 Date: 2002-06-06T06:48:22+00:00 List-Id: Preben Randhol wrote: > > On Wed, 5 Jun 2002 10:24:12 +0000 (UTC), Georg Bauhaus wrote: > > > > > > > > > > Why do you use meta-data through arguments. Why not: > > > master > all > Manuello suggested this style
Value1 Value2
ValueX
If we use XML for config-file data representation, i would like to see this style. Volkert