Return-Path: Delivered-To: apmail-xml-xerces-c-dev-archive@xml.apache.org Received: (qmail 56287 invoked by uid 500); 7 Feb 2003 04:24:13 -0000 Mailing-List: contact xerces-c-dev-help@xml.apache.org; run by ezmlm Precedence: bulk Reply-To: xerces-c-dev@xml.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list xerces-c-dev@xml.apache.org Received: (qmail 56268 invoked from network); 7 Feb 2003 04:24:11 -0000 Message-ID: From: "Bagepalli, Kiran" To: "'xerces-c-dev@xml.apache.org'" Subject: Error reporting Date: Thu, 6 Feb 2003 18:34:56 -0800 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: multipart/mixed; boundary="------------InterScan_NT_MIME_Boundary" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N --------------InterScan_NT_MIME_Boundary Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C2CE51.80B71470" ------_=_NextPart_001_01C2CE51.80B71470 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable I try to do a getErrorCount() after doing a loadGrammar on a schema which has some missing types. Strangely, I get the error count as 0.=20 I am failing to understand why the error count is not bumped up in =20 =20 void XSDErrorReporter::emitError(const unsigned int toEmit, const XMLCh* const msgDomain, const Locator* const aLocator, const XMLCh* const text1, const XMLCh* const text2, const XMLCh* const text3, const XMLCh* const text4) =20 Kiran =A0 ------_=_NextPart_001_01C2CE51.80B71470 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Updating the Release Plan
I try to do a getErrorCount() after doing=20 a loadGrammar on a schema which has some missing types. Strangely= , I=20 get the error count as 0. 
I am failing to understand why the error count i= s=20 not bumped up in  
 
void XSDErrorReporter::emitError(const u= nsigned=20 int=20 toEmit,
          &nbs= p;            &= nbsp;        =20 const XMLCh* const=20 msgDomain,
          &= nbsp;           &nbs= p;         =20 const Locator* const=20 aLocator,
          &n= bsp;            = ;         =20 const XMLCh* const=20 text1,
           = ;            &n= bsp;        =20 const XMLCh* const=20 text2,
           = ;            &n= bsp;        =20 const XMLCh* const=20 text3,
           = ;            &n= bsp;        =20 const XMLCh* const text4)
 
Kiran


=A0
------_=_NextPart_001_01C2CE51.80B71470-- --------------InterScan_NT_MIME_Boundary Content-Type: text/plain; charset=us-ascii --------------------------------------------------------------------- To unsubscribe, e-mail: xerces-c-dev-unsubscribe@xml.apache.org For additional commands, e-mail: xerces-c-dev-help@xml.apache.org --------------InterScan_NT_MIME_Boundary--