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,6487f59679c615d8 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.68.195.165 with SMTP id if5mr1296591pbc.1.1336816993732; Sat, 12 May 2012 03:03:13 -0700 (PDT) Path: pr3ni16934pbb.0!nntp.google.com!news2.google.com!npeer03.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!post02.iad.highwinds-media.com!news.flashnewsgroups.com-b7.4zTQh5tI3A!not-for-mail From: Stephen Leake Newsgroups: comp.lang.ada Subject: Re: Ada Reference Manual 2012 in info format References: <82aa1ud0l3.fsf@stephe-leake.org> <20120509131736.63c924c8@vostro> <17qiwxc1yxhx7$.11tflala8jabh$.dlg@40tude.net> <4faa7790$0$9508$9b4e6d93@newsspool1.arcor-online.net> <1qod0a82z1gx4.6ncrd98m7cz3.dlg@40tude.net> Date: Sat, 12 May 2012 06:04:18 -0400 Message-ID: <82y5oxu34t.fsf@stephe-leake.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (windows-nt) Cancel-Lock: sha1:/zqBfS7SUOV0GZYEXyeddgBghVQ= MIME-Version: 1.0 X-Complaints-To: abuse@flashnewsgroups.com Organization: FlashNewsgroups.com X-Trace: 822954fae3561e029e66117922 X-Received-Bytes: 2181 Content-Type: text/plain; charset=us-ascii Date: 2012-05-12T06:04:18-04:00 List-Id: Manuel Collado writes: > My intention wasn't to develop the XML export facility myself, but to > develop post-processors, like you offer. It seems that the ARM > maintainers are considering to offer the XML export format sometime in > the future. You have misunderstood. Neither Randy (primary author of the ARM and arm_form Ada code), nor me (author of texinfo portion of arm_form Ada code) have said we will _do_ the XML export. We have said it would be good to have. > Anyway I could eventually develop my own converter for the Scribe > notation. Is there a publicly accessible place that documents it? The best way to develop such a converter is to start with the arm_form code; it already has the lexical parser, and most of the semantic parser that you need. -- -- Stephe