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-04 05:47:44 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!wn1feed!wn3feed!worldnet.att.net!204.127.198.203!attbi_feed3!attbi.com!rwcrnsc51.ops.asp.att.net.POSTED!not-for-mail From: "SteveD" Newsgroups: comp.lang.ada References: <3CFC5DB2.A21DCF61@cs.tu-berlin.de> Subject: Re: Use of XML for config files 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 Message-ID: NNTP-Posting-Host: 12.225.227.101 X-Complaints-To: abuse@attbi.com X-Trace: rwcrnsc51.ops.asp.att.net 1023194863 12.225.227.101 (Tue, 04 Jun 2002 12:47:43 GMT) NNTP-Posting-Date: Tue, 04 Jun 2002 12:47:43 GMT Organization: AT&T Broadband Date: Tue, 04 Jun 2002 12:47:43 GMT Xref: archiver1.google.com comp.lang.ada:25300 Date: 2002-06-04T12:47:43+00:00 List-Id: "Volkert Barr" wrote in message news:3CFC5DB2.A21DCF61@cs.tu-berlin.de... [snip] > And today, XMLAda based on the GNAT Spitbol package and is not > compiler independent! But compiler independence should be an requirement for > the Configuration Packages! If there is a consensus that XML is needed, > the Spitbowl Package must be ported! Done. I took the GNAT.Spitbol package, extracted the subset that XMLAda requires, and fixed up the result to get rid of Unrestricted_Access, 'Img and Gnat.Io. I submitted this to the maintainer at least a month ago. I have compiled an run the result using ObjectAda 7.2. SteveD > > Volkert