Thanks. That was certainly part of the problem. I've downloaded the
1.1 beta package, and it now recognizes the -xsd11 option, but I get a
different error:
: Parse error occurred - No SchemaFactory that implements the schema
language specified by: http://www.w3.org/XML/XMLSchema/v1.1 c
be loaded
lang.IllegalArgumentException: No SchemaFactory that implements the
schema language specified by: http://www.w3.org/XML/XMLSchema/
could be loaded
at javax.xml.validation.SchemaFactory.newInstance(Unknown Source)
at jaxp.SourceValidator.main(Unknown Source)
The package works if I leave out the -xsd11 flag and process using
schema 1.0.
= Jim