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=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.236.198.165 with SMTP id v25mr3691479yhn.28.1431583250791; Wed, 13 May 2015 23:00:50 -0700 (PDT) X-Received: by 10.50.136.129 with SMTP id qa1mr362462igb.4.1431583250744; Wed, 13 May 2015 23:00:50 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!feeder.eternal-september.org!news.glorb.com!j5no8497074qga.1!news-out.google.com!n7ni33205igk.0!nntp.google.com!j8no227963igd.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Wed, 13 May 2015 23:00:50 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=167.220.236.53; posting-account=l8G6hgoAAADjKtWjPGHyywkx7knGLmuP NNTP-Posting-Host: 167.220.236.53 References: <46ce5d86-b624-4a96-8f12-c28e3a3ffd9f@googlegroups.com> <0e129cca-7e01-4d76-8b71-29d493a53094@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <9088be3e-e841-4a6a-9ec0-b70c5e8456ce@googlegroups.com> Subject: Re: Validating XML using Ada schema module From: Sonia Dalal Injection-Date: Thu, 14 May 2015 06:00:50 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Xref: news.eternal-september.org comp.lang.ada:25874 Date: 2015-05-13T23:00:50-07:00 List-Id: On Wednesday, May 13, 2015 at 2:01:43 AM UTC+5:30, bj=F6rn lundin wrote: > On 2015-05-11 14:17, Sonia Dalal wrote: >=20 > > Simon is right its wheezy. > > xmlada version is 3.2 > >=20 >=20 > I've got a couple of xml/ad versions > one is gpl 2014, the other I do not know - I think it > was bundled with a late-ish gnat pro. > One (gpl) points at function > function Dump_Dot_NFA > for line 2166 >=20 > the other points 1 row above > function Get_Key > (Group : XML_Group) return Unicode.CES.Byte_Sequence is >=20 >=20 > I think you need to show your line 2166. and the surounding lines. > and your link commands - and the gpr file. >=20 > I cannot really see anything wrong >=20 > --=20 > -- > Bj=F6rn It is function Dump_Dot_NFA at line 2166. I am using gnatmake filename.adb `xmlada-config` for linking. I don't have any gpr file.