RE: error when using

2012-09-25 Thread Jim Barnett
Thanks, that worked. - Jim From: Michael Glavassevich [mailto:mrgla...@ca.ibm.com] Sent: Tuesday, September 25, 2012 9:59 AM To: j-users@xerces.apache.org Subject: Re: error when using Hi Jim, You need to add the other Xerces jars to your classpath. xercesSamples.jar isn&#

Re: error when using

2012-09-25 Thread Michael Glavassevich
Hi Jim, You need to add the other Xerces jars to your classpath. xercesSamples.jar isn't enough. You should also include xml-apis.jar using the Endorsed Standards Override Mechanism. See the FAQ here [1]. Thanks. [1] http://xerces.apache.org/xerces2-j/faq-general.html#faq-4 Michael Glavassev

Re: error when using

2012-09-25 Thread Andrew Welch
Make sure you've downloaded the right version... On 25 September 2012 14:47, Jim Barnett wrote: > I’m trying to use the jaxp.SourceValidator example in the beta version of > 2.11. When I pass in the –xsd11 flag, I get a “no schema factory” error as > shown below. I assume that I’m doing someth

error when using

2012-09-25 Thread Jim Barnett
I'm trying to use the jaxp.SourceValidator example in the beta version of 2.11. When I pass in the -xsd11 flag, I get a "no schema factory" error as shown below. I assume that I'm doing something very stupid, but I can't figure out what it is. Any guidance would be appreciated. Thanks, Jim