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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,f69169cff9ace701 X-Google-Attributes: gid103376,public From: "Bobby D. Bryant" Subject: Re: XML and Ada Date: 2000/07/28 Message-ID: <39812F8B.FEB500D3@mail.utexas.edu>#1/1 X-Deja-AN: 651727593 Content-Transfer-Encoding: 7bit References: <3980520E.FF4F6511@gmx.net> To: Gregor Schiele X-Accept-Language: en,fr,de Content-Type: text/plain; charset=us-ascii X-Complaints-To: abuse@cc.utexas.edu X-Trace: geraldo.cc.utexas.edu 964771194 1120 128.83.251.49 (28 Jul 2000 07:59:54 GMT) Organization: The University of Texas at Austin Mime-Version: 1.0 NNTP-Posting-Date: 28 Jul 2000 07:59:54 GMT Newsgroups: comp.lang.ada Date: 2000-07-28T07:59:54+00:00 List-Id: Gregor Schiele wrote: > I'm trying to write an Ada program which reads in/ writes out XML. > For that I'm searching some XML-frontend or toolset for Ada which does > the parsing and validation for me, like the XML-tools for Java do. Does > anybody know of something like that or has anybody successfully done > such a combination? GtkAda (http://gtkada.eu.org/) has some rudimentary XML tools built in. Version 1.2.7 parsed but did not do much by way of validation. However, I understand that XML support has been upgraded somewhat for version 1.2.8. If your needs are modest, perhaps GtkAda will suffice. Bobby Bryant Austin, Texas