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,FREEMAIL_FROM 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: "Alex R. Mosteo" Newsgroups: comp.lang.ada Subject: Re: DOM and SAX parsing in Ada Date: Mon, 24 Jan 2005 12:26:39 +0100 Message-ID: <41F4DB6F.4090909@mailinator.com> References: <41900010.D28DD400@boeing.com><9CWjd.17305$5K2.1356@attbi_s03> <1106223415.857525.176640@c13g2000cwb.googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: individual.net O/ERvbot+5Eki9H2wOCA0QSiB1l2y68eVMhtihlujVlhr2yl8= User-Agent: Mozilla Thunderbird 1.0 (X11/20041206) X-Accept-Language: en-us, en In-Reply-To: Xref: g2news1.google.com comp.lang.ada:7957 Date: 2005-01-24T12:26:39+01:00 List-Id: Nick Roberts wrote: > "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 for one am interested. What kind of Ada-ish interface have you in mind? I have already written a layer on top of Xml/Ada DOM to use path oriented queries. You can check the specs at http://deepsix.homeip.net/svn/Adagio%20head/src/agpl/agpl-xml.ads Sadly I just see that gnatpp has lost some of line breaks in comments. Some switch I shouldn't have set. > 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.