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-09 17:02:15 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!uninett.no!ntnu.no!not-for-mail From: Preben Randhol Newsgroups: comp.lang.ada Subject: Re: Use of XML for config files Date: Mon, 10 Jun 2002 00:02:14 +0000 (UTC) Organization: Norwegian university of science and technology Message-ID: References: <3CFC5DB2.A21DCF61@cs.tu-berlin.de> NNTP-Posting-Host: kiuk0152.chembio.ntnu.no X-Trace: tyfon.itea.ntnu.no 1023667334 9179 129.241.83.78 (10 Jun 2002 00:02:14 GMT) X-Complaints-To: usenet@itea.ntnu.no NNTP-Posting-Date: Mon, 10 Jun 2002 00:02:14 +0000 (UTC) User-Agent: slrn/0.9.7.4 (Linux) Xref: archiver1.google.com comp.lang.ada:25638 Date: 2002-06-10T00:02:14+00:00 List-Id: On Sun, 09 Jun 2002 21:52:06 GMT, Stephen Leake wrote: > Volkert Barr writes: > >> Yes XML can help here, but the most projects i have seen, XML was a >> complete >> overkill! > > You really should look at the implemenation of Glib.XML. Get it from > the GtkAda distribution at http://libre.act-europe.fr/GtkAda/ > > It's _one_ Ada package; the body file is 671 lines long. I don't think > that's overkill for anything! But it doesn't contain any verification code and does it handle attributes? Preben