Re: XSD 1.1 using xerces 2.11

2010-12-15 Thread Andrew Welch
> Sanity check... Did you download [1] the stable version of Xerces-J 2.11.0 > or the XML Schema 1.1 beta version of 2.11.0? > > You need the XML Schema 1.1 beta binary package. > > Thanks. > > [1] http://xerces.apache.org/mirrors.cgi#binary Ahh sorry, I didn't see the "(XML Schema 1.1)" link...

Re: XSD 1.1 using xerces 2.11

2010-12-15 Thread Michael Glavassevich
Hi Andrew, Sanity check... Did you download [1] the stable version of Xerces-J 2.11.0 or the XML Schema 1.1 beta version of 2.11.0? You need the XML Schema 1.1 beta binary package. Thanks. [1] http://xerces.apache.org/mirrors.cgi#binary Michael Glavassevich XML Parser Development IBM Toronto L

XSD 1.1 using xerces 2.11

2010-12-15 Thread Andrew Welch
Hi, How do you get an XSD 1.1 SchemaFactory using Xerces 2.11 ? This line: SchemaFactory.newInstance("http://www.w3.org/XML/XMLSchema/v1.1";); fails with the message: "No SchemaFactory that implements the language. could be found" Looking in the jar, the class XMLSchema11Factory is missin