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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,8363f40f8cd3eed3,start X-Google-Attributes: gid103376,public From: "David Botton" Subject: Re: Looking for a free XML parser Date: 1999/09/27 Message-ID: <7snsdl$12f8$1@news.gate.net>#1/1 X-Deja-AN: 529874037 References: <87n1u9lkr1.fsf@deneb.cygnus.argh.org> X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3612.1700 X-Complaints-To: abuse@gate.net X-Trace: news.gate.net 938439925 35304 199.227.35.42 (27 Sep 1999 13:45:25 GMT) Organization: CyberGate, Inc. NNTP-Posting-Date: 27 Sep 1999 13:45:25 GMT Newsgroups: comp.lang.ada Date: 1999-09-27T13:45:25+00:00 List-Id: If you are using Win32 you can use the XML parser built-in to Win32 on 98 and WinNT with SP4+ (and available in older OSes if you install IE 4.0+) by building a binding to the MSXML.DLL using BindCOM (http://www.adapower.com/com) David Botton Florian Weimer wrote in message <87n1u9lkr1.fsf@deneb.cygnus.argh.org>... >Preben Randhol writes: > >> Does anybody know if there is a GPL (or equivalent licensed) XML >> parser (preferably with validation) written in Ada95 ? > >A simple XML parser comes with GtkAda. It seems to be pretty independent >of the rest of the GtkAda code, but it doesn't do validation.