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=-2.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI autolearn=unavailable autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,c58d0944b1fbcea X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-09-09 11:11:08 PST Path: archiver1.google.com!newsfeed.google.com!newsfeed.stanford.edu!news.tele.dk!small.news.tele.dk!193.251.151.101!opentransit.net!newsfeed.icl.net!isdnet!enst!enst.fr!not-for-mail From: "Robert C. Leif, Ph.D." Newsgroups: comp.lang.ada Subject: RE: SVG and Ada 95 - Re: [ANNOUNCE] XML/Ada 0.6 released Date: Sun, 9 Sep 2001 11:09:05 -0700 Organization: ENST, France Sender: comp.lang.ada-admin@ada.eu.org Message-ID: Reply-To: comp.lang.ada@ada.eu.org NNTP-Posting-Host: marvin.enst.fr Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Trace: avanie.enst.fr 1000059067 9573 137.194.161.2 (9 Sep 2001 18:11:07 GMT) X-Complaints-To: usenet@enst.fr NNTP-Posting-Date: Sun, 9 Sep 2001 18:11:07 +0000 (UTC) To: Return-Path: X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 Importance: Normal In-Reply-To: <008c01c138e1$6174dbd0$0100a8c0@DBINSPIRON> Errors-To: comp.lang.ada-admin@ada.eu.org X-BeenThere: comp.lang.ada@ada.eu.org X-Mailman-Version: 2.0.4 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: comp.lang.ada mail<->news gateway List-Unsubscribe: , List-Archive: Errors-To: comp.lang.ada-admin@ada.eu.org X-BeenThere: comp.lang.ada@ada.eu.org Xref: archiver1.google.com comp.lang.ada:12951 Date: 2001-09-09T11:09:05-07:00 From: Bob Leif To: David Botton et al. My plan is to use XML to hype Ada. Technically, there is one problem with SVG, it is based on a DTD rather than a schema. Schemas are written in XML. I would greatly appreciate presentations from the authors or users of Ada to or from XML packages at the SIGAda Ada XML Symbiosis workshop. Besides educating us on these very important packages, we could spend some time discussing their interfaces, interactions, and what needs to be added. -----Original Message----- From: comp.lang.ada-admin@ada.eu.org [mailto:comp.lang.ada-admin@ada.eu.org]On Behalf Of David Botton Sent: Saturday, September 08, 2001 8:42 PM To: comp.lang.ada@ada.eu.org Subject: SVG and Ada 95 - Re: [ANNOUNCE] XML/Ada 0.6 released > I can of course take advantage with Ada already on Win32 of Adobe's SVG > engine using GNATCOM, but it would be very nice to have a cross platform > version. (I better stop here before I start to sound like Robert Leif :-) I have created a stand alone SVG viewer application in the latest release of GWindows (gwindows\samples\svg) using GWindow's ActiveX support. After installing the latest gwindows (don't forget GNATCOM must be installed first) and after downloading and installing the Adobe SVG component (http://www.adobe.com/svg/viewer/install/main.html) you can go to the directory gwindows\samples\svg and do a make. Once you open svg_demo you can open the file GWindows.svg You can take a look at the bindings generated by GNATCOM to see that the SVG control gives you increadible power over each element in the SVG file. If I find the time, perhaps I'll see if I can come up with a demo of doing some interesting interactions between Ada code and SVG elements. OK.... so Robert may be on to something with all his XML hype David Botton