Re: Xerces 1.4.4 won't schema validate this...

2002-07-11 Thread Scott Nichol
xerces-j-dev or xerces-j-user. - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, July 11, 2002 3:23 PM Subject: Re: Xerces 1.4.4 won't schema validate this... > > You're right Scott...my bad...I was thinking xerces

Re: Xerces 1.4.4 won't schema validate this...

2002-07-11 Thread dswanson1
You're right Scott...my bad...I was thinking xerces but typin soapjust for future reference what is the email list/ng for xerces? btw I think I found my own problem...my contenthandler had a bug in it...looks like it validates now. -- To unsubscribe, e-mail: Fo

Re: Xerces 1.4.4 won't schema validate this...

2002-07-11 Thread Scott Nichol
lt;[EMAIL PROTECTED]> Sent: Thursday, July 11, 2002 1:46 PM Subject: Xerces 1.4.4 won't schema validate this... > I'm using IBM's Websphere to develop/deploy a webservices application that > accepts strings (xml docs) as arguments. I need to validate the incoming > doc

Xerces 1.4.4 won't schema validate this...

2002-07-11 Thread dswanson1
I'm using IBM's Websphere to develop/deploy a webservices application that accepts strings (xml docs) as arguments. I need to validate the incoming documents against a schema. When I run the code below I get a null pointer exception from the XML parser. I know I should update to a newer version