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=0.4 required=5.0 tests=BAYES_00,FORGED_MUA_MOZILLA autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,1605aa6456956e3c X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,UTF8 Received: by 10.68.227.230 with SMTP id sd6mr7317815pbc.8.1333738910481; Fri, 06 Apr 2012 12:01:50 -0700 (PDT) Path: r9ni26179pbh.0!nntp.google.com!news2.google.com!Xl.tags.giganews.com!border1.nntp.dca.giganews.com!nntp.giganews.com!local2.nntp.dca.giganews.com!news.giganews.com.POSTED!not-for-mail NNTP-Posting-Date: Fri, 06 Apr 2012 14:01:48 -0500 Date: Fri, 06 Apr 2012 15:01:46 -0400 From: "Peter C. Chapin" User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:11.0) Gecko/20120327 Thunderbird/11.0.1 MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: Any Ada source XML serialization standard? References: In-Reply-To: Message-ID: X-Usenet-Provider: http://www.giganews.com X-Trace: sv3-8DmnyCPqz7Jmch21kFRj6w5X+XLPgl+8dm52HVBtqYlTKl9jrN3A2isnVnYDSOokymCp0STwQj8oeQt!vxmeKaYi0jqihv8uoeses9BYlJ05To74r4OpynPzOkU2KEcp2bWdEpEJcWaT+M4= X-Complaints-To: abuse@giganews.com X-DMCA-Notifications: http://www.giganews.com/info/dmca.html X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.40 X-Original-Bytes: 1794 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Date: 2012-04-06T15:01:46-04:00 List-Id: On 2012-04-06 13:54, Yannick DuchĂȘne (Hibou57) wrote: > I read about a so called cppML, whose purpose was precisely that, but > for C++. As there use to be a cppML, I naively searched for an adaML or > some sort of that, but failed. By the way, this cppML seems dead, or am > I wrong? I wonder if one could hijack ASIS for this purpose. That is, define an XML representation of Ada source using XML elements with names that correspond to ASIS elements. Such an approach might allow a certain amount of "mindshare" between the two systems. A person familiar with ASIS could easily understand the XML representation or visa-versa. Peter