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,FREEMAIL_FROM,XPRIO autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,be37a1952685f71e,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-11-12 19:31:10 PST Path: archiver1.google.com!news2.google.com!news.maxwell.syr.edu!newsfeed.stanford.edu!newsfeed.berkeley.edu!ucberkeley!ihnp4.ucsd.edu!usc.edu!news.usc.edu!attla2!ip.att.net!attbi_feed3!attbi.com!attbi_s03.POSTED!not-for-mail From: "Steve" Newsgroups: comp.lang.ada Subject: Thumbs up on XML/Ada 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Message-ID: <1WCsb.184999$Tr4.524067@attbi_s03> NNTP-Posting-Host: 12.211.58.135 X-Complaints-To: abuse@comcast.net X-Trace: attbi_s03 1068694269 12.211.58.135 (Thu, 13 Nov 2003 03:31:09 GMT) NNTP-Posting-Date: Thu, 13 Nov 2003 03:31:09 GMT Organization: Comcast Online Date: Thu, 13 Nov 2003 03:31:09 GMT Xref: archiver1.google.com comp.lang.ada:2432 Date: 2003-11-13T03:31:09+00:00 List-Id: FYI: I have used XML/Ada 1.0 in a simple application. It works fine with ObjectAda 7.2. This 0.7.1 version required a couple of bug fixes and used a few GNAT-only "compiler extensions". The new version generates a few warnings in ObjectAda due to the use of a few GNAT specific pragmas for selecting warning levels, but I think that is fair game. In my application I'm using the DOM interface to XML to access a tree structured configuration file. Steve (The Duck)