Re: Trouble creating a factory

2019-10-22 Thread Mukul Gandhi
On Wed, Oct 23, 2019 at 1:39 AM Bill Tantzen wrote: > > I need to validate some xml against a version 1.1 xsd file, and I cannot > even create a schemaFactory! > > > I have downloaded Xerces-J-bin.2.12.0-xml-schema-1.1, and I can verify > that org/apache/xerces/jaxp/validation/XMLSchema11Factory.

Trouble creating a factory

2019-10-22 Thread Bill Tantzen
I need to validate some xml against a version 1.1 xsd file, and I cannot even create a schemaFactory! I have downloaded Xerces-J-bin.2.12.0-xml-schema-1.1, and I can verify that org/apache/xerces/jaxp/validation/XMLSchema11Factory.class is present. When I attempt to create a new factory instance