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,FREEMAIL_FROM, INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,195f26d2145c8f96 X-Google-Attributes: gid103376,public From: "Vladimir Olensky" Subject: Re: XML components? Date: 2000/03/29 Message-ID: #1/1 X-Deja-AN: 603766325 References: Organization: Posted via Supernews, http://www.supernews.com X-Mimeole: Produced By Microsoft MimeOLE V4.72.3110.3 Newsgroups: comp.lang.ada X-Complaints-To: newsabuse@supernews.com Date: 2000-03-29T00:00:00+00:00 List-Id: Bill Watkins wrote in message ... >Is anyone aware of any publicy available Ada components supporting XML? GtkAda (at GtkAda.eu.org ) has package to parse XML files. Component name is Glib.XML.(ads,adb). GtkAda GUI (Glade) represents user interface as an XML file. Then this XML file is used to generate Ada code representing this user interface for any of the supported platforms. I think further logical step would be to add ability to fill that file with needed functionality (e.g. using JavaScript ) so that it would be possible to interact with the core system using HTTP thus eliminating the need to generate any Ada (or C, C++ ) code at all.