Re: [Xerces-J] XMLSchemaValidator and errors....

2000-02-26 Thread twleung
- Original Message - From: Laura Neitzel <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, February 24, 2000 10:27 AM Subject: RE: [Xerces-J] XMLSchemaValidator and errors > Can I butt in here and ask a simple question? I've just started to use

RE: [Xerces-J] XMLSchemaValidator and errors....

2000-02-24 Thread Laura Neitzel
CTED] Sent: Thursday, February 24, 2000 10:22 AM To: [EMAIL PROTECTED] Subject: Re: [Xerces-J] XMLSchemaValidator and errors Thanks for the reply, Andy. That's what I was afraid of . Since I need to get this thing working, I'd be happy to make some contributions in the following schem

Re: [Xerces-J] XMLSchemaValidator and errors....

2000-02-24 Thread kito_mann
nesday February 23, 2000 06:51 PM Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc:(bcc: Kito Mann/PSG/Prudential) Subject: Re: [Xerces-J] XMLSchemaValidator and errors [EMAIL PROTECTED] wrote: > exceptions to be thrown from the parser's parse() meth

RE: [Xerces-J] XMLSchemaValidator and errors....

2000-02-24 Thread George T. Joseph
:51 PM To: [EMAIL PROTECTED] Subject: Re: [Xerces-J] XMLSchemaValidator and errors [EMAIL PROTECTED] wrote: > exceptions to be thrown from the parser's parse() method. The result, > however, is that the XMLSchemaValidator catches it in the loadSchema() > method, and prints out t

Re: [Xerces-J] XMLSchemaValidator and errors....

2000-02-23 Thread Andy Clark
[EMAIL PROTECTED] wrote: > exceptions to be thrown from the parser's parse() method. The result, > however, is that the XMLSchemaValidator catches it in the loadSchema() > method, and prints out the stack trace. Is this really the desirable You are completely correct, this should be changed. Our

[Xerces-J] XMLSchemaValidator and errors....

2000-02-23 Thread kito_mann
Hey... I'm currently working with XML schemas to validate data input on the client (a bit of a different use). Consequently, when I validate a document, I want an immediate response if there is problem (via an exception or a return code or something). My org.xml.sax.ErrorHandler implementation sim