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,55f7b17fb2df41a X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-10-16 16:10:23 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!feeder.qis.net!sn-xit-02!sn-post-01!supernews.com!corp.supernews.com!not-for-mail From: "David Botton" Newsgroups: comp.lang.ada Subject: Re: XML for Win32 Date: Tue, 16 Oct 2001 19:10:18 -0400 Organization: Posted via Supernews, http://www.supernews.com Message-ID: References: <3BCB1D6F.1B3468C1@easystreet.com> <3BCB3F12.3CDBC35E@easystreet.com> <3BCB43B9.1D861B23@easystreet.com> X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 X-Complaints-To: newsabuse@supernews.com Xref: archiver1.google.com comp.lang.ada:14762 Date: 2001-10-16T19:10:18-04:00 List-Id: Looks OK to me :-) Perhaps submit it to AdaPower to replace the old version (that I forgot to update for GNATCOM from the old AdaCOM packages). I use the MSXML COM object in many projects (both Ada and C++) and am very happy with it. I use its ability to process XSL and other XML based searching and transforming "APIs" extensively. I often use the MSXML COM object like an in memory database that I can persist with XML. David Botton "Al Christians" wrote in message news:3BCB43B9.1D861B23@easystreet.com... > At first glance, the following appears to work as a variant > of the Win32-XML code from AdaPower.