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,473e6b129c2f30cd X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news3.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!newsfeed00.sul.t-online.de!t-online.de!inka.de!rz.uni-karlsruhe.de!news.belwue.de!newsfeed.arcor.de!newsspool2.arcor-online.net!news.arcor.de.POSTED!not-for-mail Date: Fri, 08 Sep 2006 15:40:26 +0200 From: Georg Bauhaus User-Agent: Thunderbird 1.5.0.5 (Windows/20060719) MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: ANNOUNCE: Avatox 1.0 is now available References: In-Reply-To: X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Message-ID: <45018e97$0$17399$9b4e6d93@newsspool2.arcor-online.net> Organization: Arcor NNTP-Posting-Date: 08 Sep 2006 17:39:03 CEST NNTP-Posting-Host: 71dd778a.newsspool2.arcor-online.net X-Trace: DXC=h?kWlZLlWkdPKPPVf;4hUjA9EHlD;3Ycb4Fo<]lROoRa4nDHegD_]Rem;e;G6b7ddoA:ho7QcPOVced5V2gRG2;fZZ;N>`C_;Bi X-Complaints-To: usenet-abuse@arcor.de Xref: g2news2.google.com comp.lang.ada:6523 Date: 2006-09-08T17:39:03+02:00 List-Id: Randy Brukardt wrote: > (Note: I don't see an obvious way to flatten this extra information in XML. > It's not flat in Janus/Ada; there are a number of tables that collectvely > make up the compiler symboltable, and we only flatten each one in turn. But > I'm sure you clever guys will figure out a way.) XML is anything but flat. :-) Every document instance is a tree plus pointers, unique references, typed pointers, multipointers, index keys, etc. I believe you can even have nested scopes for identifiers when using Relax NG. -- Georg not the clever guy, though