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,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.58.40.97 with SMTP id w1mr13460023vek.13.1395514346981; Sat, 22 Mar 2014 11:52:26 -0700 (PDT) X-Received: by 10.140.101.171 with SMTP id u40mr1090160qge.1.1395514346922; Sat, 22 Mar 2014 11:52:26 -0700 (PDT) Path: backlog1.nntp.dca.giganews.com!border3.nntp.dca.giganews.com!border1.nntp.dca.giganews.com!nntp.giganews.com!usenet.blueworldhosting.com!feeder01.blueworldhosting.com!news.ripco.com!news.glorb.com!w5no7659765qac.0!news-out.google.com!du2ni10182qab.0!nntp.google.com!w5no7659764qac.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sat, 22 Mar 2014 11:52:26 -0700 (PDT) In-Reply-To: <20140322141211.4dfb4a7b@t400> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=93.37.84.192; posting-account=9fwclgkAAAD6oQ5usUYhee1l39geVY99 NNTP-Posting-Host: 93.37.84.192 References: <563aba6e-3f6e-4a95-a000-643ee5c43a5a@googlegroups.com> <20140322141211.4dfb4a7b@t400> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <30b6ca3f-7bd6-47fd-9847-54b522414783@googlegroups.com> Subject: Re: Problems validating XML with XML/Ada From: mockturtle Injection-Date: Sat, 22 Mar 2014 18:52:26 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: number.nntp.dca.giganews.com comp.lang.ada:185298 Date: 2014-03-22T11:52:26-07:00 List-Id: On Saturday, March 22, 2014 2:12:11 PM UTC+1, Alexander Senier wrote: > Hi Riccardo, > you example works as expected if you replace > > > Reader.Set_Feature (Sax.Readers.Validation_Feature, True); > > by > > Reader.Set_Feature (Sax.Readers.Schema_Validation_Feature, True); > Thank you