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,d2fdf39976bd1585 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news4.google.com!news3.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!newscon06.news.prodigy.com!prodigy.net!newspeer.monmouth.com!news.tele.dk!news.tele.dk!small.news.tele.dk!lnewsinpeer00.lnd.ops.eu.uu.net!emea.uu.net!peer-uk.news.demon.net!kibo.news.demon.net!mutlu.news.demon.net!news.demon.co.uk!demon!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: ANN: Ada source code decorator Date: Fri, 26 May 2006 21:35:22 +0100 Organization: Pushface Message-ID: References: <447306ee$0$11066$9b4e6d93@newsread4.arcor-online.net> <4475d870@news.upm.es> <1148622876.114738.62910@i40g2000cwc.googlegroups.com> NNTP-Posting-Host: pogner.demon.co.uk Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: news.demon.co.uk 1148675728 9122 62.49.19.209 (26 May 2006 20:35:28 GMT) X-Complaints-To: abuse@demon.net NNTP-Posting-Date: Fri, 26 May 2006 20:35:28 +0000 (UTC) Cancel-Lock: sha1:9kEdtDYT6kRTmODUD4tYHfiZk1A= User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (darwin) Xref: g2news2.google.com comp.lang.ada:4521 Date: 2006-05-26T21:35:22+01:00 List-Id: "Martin Krischik" writes: > Manuel Collado wrote: > >> That's my case. I would love an ASIS export utility that provides >> the full ASIS-accesible information about a single compilation unit >> as a single XML document. > > And I would like that format to be XMI [1]. What good woul be any > XML format when there are tools which can read it. > > Martin > > [1] http://en.wikipedia.org/wiki/XMI I'm not at all sure that XMI is capable of representing _all_ of an Ada program without extensions. And you would certainly have to make some mapping decisions. In the reverse direction, given a UML model, are you going to map a Class to a package? to a tagged type? Either would be valid ... (and would have its own difficulties).