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,47bc849aad30d586 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-06-11 21:17:45 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!newsfeed.berkeley.edu!news-hog.berkeley.edu!ucberkeley!nntp-relay.ihug.net!ihug.co.nz!cox.net!newsfeed1.earthlink.net!newsfeed.earthlink.net!stamper.news.pas.earthlink.net!newsread2.prod.itd.earthlink.net.POSTED!870a9d88!not-for-mail From: "Eric G. Miller" Subject: Re: XML and Ada was RE: A standard package for config files is needed Newsgroups: comp.lang.ada Message-ID: References: <3CFA3F25.118C9989@san.rr.com> User-Agent: Pan/0.11.3 (Unix) Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Comment-To: "Stephen Leake" Date: Wed, 12 Jun 2002 04:17:43 GMT NNTP-Posting-Host: 216.119.52.56 X-Complaints-To: abuse@earthlink.net X-Trace: newsread2.prod.itd.earthlink.net 1023855463 216.119.52.56 (Tue, 11 Jun 2002 21:17:43 PDT) NNTP-Posting-Date: Tue, 11 Jun 2002 21:17:43 PDT Organization: EarthLink Inc. -- http://www.EarthLink.net Xref: archiver1.google.com comp.lang.ada:25776 Date: 2002-06-12T04:17:43+00:00 List-Id: In , Stephen Leake wrote: >> (I imagine a GLIB2 binding would bring in libxml2...). Seems it'd be >> useful to have an independent binding for libxml2 so you don't have >> to bring glib into the picture if you don't need/want it and also >> get full access to all the functionality (I think GLIB just >> implements/uses a small subset). > > Sounds like a good idea. Are you volunteering ? :). If I was a more competent Ada programmer, I might. The SAX interface looks a little dodgy to me. It's also a pretty large API...