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,deac256a05c84a59 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!proxad.net!newsfeed.stueberl.de!uucp.gnuu.de!newsfeed.arcor.de!news.arcor.de!not-for-mail Date: Mon, 24 Jan 2005 21:17:38 +0100 From: Georg Bauhaus Organization: future apps GmbH User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.3) Gecko/20041007 Debian/1.7.3-5 X-Accept-Language: en MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: DOM and SAX parsing in Ada References: <41900010.D28DD400@boeing.com><9CWjd.17305$5K2.1356@attbi_s03> <1106223415.857525.176640@c13g2000cwb.googlegroups.com> <41F4DB6F.4090909@mailinator.com> In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Message-ID: <41f557e1$0$817$9b4e6d93@newsread2.arcor-online.net> NNTP-Posting-Date: 24 Jan 2005 21:17:37 MET NNTP-Posting-Host: dd29b8ce.newsread2.arcor-online.net X-Trace: DXC=cNF>IZBUSWCC;_l<5e4khAQ5U85hF6f;DjW\KbG]kaMHKe;IJ52NhiLXgLOCW`HNMKk<`H1K[JoSK?3M>NiNj5TFbWoWITGh6mH X-Complaints-To: abuse@arcor.de Xref: g2news1.google.com comp.lang.ada:7965 Date: 2005-01-24T21:17:37+01:00 List-Id: Marius Amado Alves wrote: > FWIW, here's the XML parser I wrote and have been using for many years now: > > http://softdevelcoop.org/software/xml_automaton > > (I'll publish the documentation and examples soon. I have it here > somewhere...) > Let me be picky, it is a tokenizer of straightforward simplicity for text which has some form of XML-like markup in it. As such, it can be very useful in the construction of an XML-parser. However, it is not an XML parser, a defined term. (You wouldn't want to say that a Pascal fragment recognizer is an Ada compiler. ;-) No offence intended, I'm saying this because people should not be made believe that XML is just text interspersed with tags, which is way off. This belief has lead to production of low quality data streams, and to expensive fixing activities. Georg