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!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: Nick Roberts Newsgroups: comp.lang.ada Subject: Re: DOM and SAX parsing in Ada Date: Fri, 28 Jan 2005 00:30:17 +0000 Message-ID: References: <41900010.D28DD400@boeing.com> <9CWjd.17305$5K2.1356@attbi_s03> <1106223415.857525.176640@c13g2000cwb.googlegroups.com> <41F4DB6F.4090909@mailinator.com> <35nh12F4oe4caU1@individual.net> Content-Type: text/plain; charset=us-ascii X-Trace: individual.net AubqLlkVgqrxGIoqkglsngwnwnkUDp5z4YLHH+HyV3Rbzei+0= X-Orig-Path: not-for-mail User-Agent: Gemini/1.45d (Qt/3.3.2) (Windows-XP) Xref: g2news1.google.com comp.lang.ada:8033 Date: 2005-01-28T00:30:17+00:00 List-Id: Pascal Obry wrote: > > I don't have any fundamental problems with the approach taken by > > XML/Ada, except that it doesn't have any maintenance documentation, and > > AdaCore don't seem to think any is necessary (isn't that weird?). > > I did not read your previous message this way. It was rejected because of > the proposed style not because it was felt not necessary! My offer of adding maintenance documentation was apparently rejected because it was felt not to be necessary. That is more or less what I said in my previous message. > > But the DOM interface is not very suited to Ada, and neither is the SAX > > interface. > > That's a common standard interface. Are we going to try to do better and > break the SAX/DOM well known interface ? If I were to write a package with a different interface, it would be adding to the choice between SAX and DOM (use XML/Ada) and something else. It wouldn't be breaking the well-known interfaces in any event, and if it was better, then it would be better! -- Nick Roberts