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-Thread: 103376,7b97e385047500eb X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news2.google.com!proxad.net!213.200.89.82.MISMATCH!tiscali!newsfeed1.ip.tiscali.net!feed.news.tiscali.de!news.belwue.de!LF.net!news.enyo.de!not-for-mail From: Florian Weimer Newsgroups: comp.lang.ada Subject: Re: Experiences of XML parser generators for Ada? Date: Mon, 13 Dec 2004 21:34:28 +0100 Message-ID: <876536gcob.fsf@deneb.enyo.de> References: <41af8365@news.wineasy.se> <2426353.SD16GYvm6f@linux1.krischik.com> <41b02dfe$0$25046$ba620e4c@news.skynet.be> <41b0cfc3$1@news.wineasy.se> <41b0f749$0$25068$ba620e4c@news.skynet.be> <9936151.FNPvfK1bZX@linux1.krischik.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: albireo.enyo.de 1102970069 28326 212.9.189.171 (13 Dec 2004 20:34:29 GMT) X-Complaints-To: Cancel-Lock: sha1:jcgIi0j29yyJI8BPIAEUDAirTj4= Xref: g2news1.google.com comp.lang.ada:6921 Date: 2004-12-13T21:34:28+01:00 List-Id: * Pascal Obry: > Certainly not! XML is a way to structure information (document, data, ...) it > is a simple SGML (SGML has been around since a long time). The problem with > SGML was that it was too complex to be widespead... and tools were very > expensive. In this sense XML is very successful! And its limitations begin to show, so more complexity is added, until the XML toolchest is much more complex than the SGML one ever was. The same thing has happened to DAP and LDAP.