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=-0.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no 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!news3.google.com!news.glorb.com!news.netcologne.de!newsfeed-fusi.netcologne.de!194.25.134.126.MISMATCH!newsfeed01.sul.t-online.de!newsmm00.sul.t-online.de!t-online.de!news.t-online.com!not-for-mail From: Martin Krischik Newsgroups: comp.lang.ada Subject: Re: Experiences of XML parser generators for Ada? Date: Sat, 04 Dec 2004 14:14:26 +0100 Organization: None Message-ID: <2609940.zZzFjryQTr@linux1.krischik.com> 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> Reply-To: martin@krischik.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Trace: news.t-online.com 1102234354 01 32185 heHMX7LJuYR2oGU 041205 08:12:34 X-Complaints-To: usenet-abuse@t-online.de X-ID: EGqnTcZcoeLbUktl4Hj-THWxa7gXgdW-CLTO4TgJs6Y0aSKHxdbH6q User-Agent: KNode/0.8.0 Xref: g2news1.google.com comp.lang.ada:6770 Date: 2004-12-04T14:14:26+01:00 List-Id: Marius Amado Alves wrote: >>>so here comes my advice: think twice eyeing using xml. >>>xml is a very powerful tool for DYNAMICALLY STRUCTURED HUMAN READABLE >>>TEXT. >> >> Human readable? I have an impression that punched cards were more >> readable! XML reminds me one implementation of Algol 60, in which all >> keyword were upper case put in quotes, e.g. 'BEGIN'. Though, even that >> was more readable than XML. > > Indeed XML has failed its two main purposes, which were to be readable > by humans and efficiently processable by machines. Maybe there is a > third, unwritten, more important need that XML has met, given its > apparent widespread adoption. Can be rendered by a browser for easier reading. But it failed on that one too - see below. > Otherwise XML must be the greatest IT hoax > spanning two millenia. I think the failure on "readable by humans" is partly based on using the wrong format. i.E: using: instead of: Martin If I look at an XMI document there is in fact no text which could to be rendered by browser: http://cvs.sourceforge.net/viewcvs.py/adacl/adacl/Model/AdaCL.xmi?view=markup See, no text - just tags with parameters. With Regards Martin -- mailto://krischik@users.sourceforge.net http://www.ada.krischik.com