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!news2.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, 21 Jan 2005 18:09:15 +0000 Message-ID: References: <41900010.D28DD400@boeing.com><9CWjd.17305$5K2.1356@attbi_s03> <1106223415.857525.176640@c13g2000cwb.googlegroups.com> Content-Type: text/plain; charset=us-ascii X-Trace: individual.net XHBeBYs3GhHL4yyLgrlu/w9arpz7bs2tYGyNFq+b9LH/y/qMg= X-Orig-Path: not-for-mail User-Agent: Gemini/1.45d (Qt/3.3.2) (Windows-XP) Xref: g2news1.google.com comp.lang.ada:7931 Date: 2005-01-21T18:09:15+00:00 List-Id: "okellogg" wrote: > On Nov 8 2004, 7:14 pm, Steve wrote: > > > XML/Ada > > > > http://libre.act-europe.fr/xmlada/ > > > > Another one: aDom, http://www.calcalent.com/html/aDom/seite02.htm > > "Tim Roede" wrote in message > > news:41900010.D28DD400@boeing.com... > > > There is considerable interest in the group I am working with to > > > provide XML parsing using both DOM and SAX parsing. Does anyone have > > > a name or a link to a suitable Ada library (similar to xerces)? Would anyone be interested in an Ada package that parsed XML (including DTDs and entities, with namespace support), but which was written with an interface that is (hopefully) better suited to Ada than DOM or SAX? I have partially written such a package. It is similar to the DOM, but slightly higher-level, and much more Ada-friendly (I think). I am in a quandary whether to pursue writing this package (for my own XML processing needs) or drop it and use someone else's. If I finish it, I'd be happy to release it under the GPL. -- Nick Roberts