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,7624df5e57d09688 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-06-13 06:38:17 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!newspeer.clara.net!news.clara.net!newsfeed01.sul.t-online.de!t-online.de!news.netcologne.de!RRZ.Uni-Koeln.DE!uni-duisburg.de!not-for-mail From: Georg Bauhaus Newsgroups: comp.lang.ada Subject: Re: config files proposal Date: Thu, 13 Jun 2002 13:38:16 +0000 (UTC) Organization: GMUGHDU Message-ID: References: <3D03E1AD.80EB805D@san.rr.com> <3D04C9D0.7DFCED9D@san.rr.com> <4519e058.0206110515.729f4775@posting.google.com> <3D06273F.AD73660E@san.rr.com> <3D06FAF5.4FC8CA04@cs.tu-berlin.de> NNTP-Posting-Host: l1-hrz.uni-duisburg.de X-Trace: a1-hrz.uni-duisburg.de 1023975496 11019 134.91.4.34 (13 Jun 2002 13:38:16 GMT) X-Complaints-To: usenet@news.uni-duisburg.de NNTP-Posting-Date: Thu, 13 Jun 2002 13:38:16 +0000 (UTC) User-Agent: tin/1.5.8-20010221 ("Blue Water") (UNIX) (HP-UX/B.11.00 (9000/800)) Xref: archiver1.google.com comp.lang.ada:25859 Date: 2002-06-13T13:38:16+00:00 List-Id: Volkert Barr wrote: : Look at : http://swt.cs.tu-berlin.de/~barr/config_package.pdf. Incidentally, for those who would like to have INI files, here is an XSLT: With input copied from the example in the PDF, the output is ;Configuration: A_Configuration ;bla [A_Section] KeyX=ValueX [A_Subsection] ;bla bla Key1=Value1 Key2=Value2 -- Georg