Return-Path: Delivered-To: apmail-xerces-j-users-archive@www.apache.org Received: (qmail 54587 invoked from network); 28 Aug 2006 14:03:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 28 Aug 2006 14:03:16 -0000 Received: (qmail 43771 invoked by uid 500); 28 Aug 2006 14:03:11 -0000 Delivered-To: apmail-xerces-j-users-archive@xerces.apache.org Received: (qmail 43738 invoked by uid 500); 28 Aug 2006 14:03:11 -0000 Mailing-List: contact j-users-help@xerces.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: j-users@xerces.apache.org Delivered-To: mailing list j-users@xerces.apache.org Delivered-To: moderator for j-users@xerces.apache.org Received: (qmail 93591 invoked by uid 99); 28 Aug 2006 11:31:00 -0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Content-class: urn:content-classes:message MIME-Version: 1.0 Subject: HowTo find out all schema validation errors, not only the first? Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Date: Mon, 28 Aug 2006 13:29:46 +0200 Message-ID: <06F51FF9081A1849853B30E42792FCE665A296@ka-srv-015.ap-ag.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: HowTo find out all schema validation errors, not only the first? Thread-Index: AcbKlUOvN0Qmv8OFSumwpDrgtOcP7w== From: =?iso-8859-1?Q?Thomas_B=F6rkel?= To: X-Provags-ID: kundenserver.de abuse@kundenserver.de login:7b6544ddc5aa737541098498e1275ed1 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N HI! I'd like to get a list of all schema validations of a document, not only = the first. Xerces throws an error at the first occurrence of a schema validation = error and then stops. If it would be a fatal error, I could set the property "continue on = fatal error", but it is a normal error. I have tried to use my own error handler, and just return on an error, = but that did not help either. Is there any possibility to do this? Thanks! Thomas --------------------------------------------------------------------- To unsubscribe, e-mail: j-users-unsubscribe@xerces.apache.org For additional commands, e-mail: j-users-help@xerces.apache.org