RE: How do I load an XSD 1.1 Schema using the XSloader?

2012-04-23 Thread David Glaser
Thanks for the timely response. The news is disappointing. We have a data driven system that uses the parser to validate portions of our data. With 1.1, we could have done a lot more. We need both the JAXP validation (which works) and the XS library (which does not work) for extracting annota

Re: How do I load an XSD 1.1 Schema using the XSloader?

2012-04-23 Thread Michael Glavassevich
Andrew Welch wrote on 23/04/2012 03:33:23 PM: > From: Andrew Welch > To: j-users@xerces.apache.org, > Date: 23/04/2012 03:33 PM > Subject: Re: How do I load an XSD 1.1 Schema using the XSloader? > > On 23 April 2012 19:31, David Glaser wrote: > > I tried to load an XSD conforming to Version 1

Re: When will 1.1 support leave beta

2012-04-23 Thread Michael Glavassevich
Andrew Welch wrote on 23/04/2012 03:30:45 PM: > From: Andrew Welch > To: j-users@xerces.apache.org, > Date: 23/04/2012 03:32 PM > Subject: Re: When will 1.1 support leave beta > > On 23 April 2012 19:34, David Glaser wrote: > > When will the XSD 1.1 functionality in Xerces-J 2.11.0 leave beta

Re: How do I load an XSD 1.1 Schema using the XSloader?

2012-04-23 Thread Andrew Welch
On 23 April 2012 19:31, David Glaser wrote: > I tried to load an XSD conforming to Version 1.1 using the QueryXS.java > sample and it refuses to load an XSD containing a single “assert” element. > > > > I used the getRecognizedVersions()  method of the XSImplementation object to > determine what v

Re: When will 1.1 support leave beta

2012-04-23 Thread Andrew Welch
On 23 April 2012 19:34, David Glaser wrote: > When will the XSD 1.1 functionality in Xerces-J 2.11.0 leave beta? > > > > It seems to be in the beta state since November of 2010. The XSD 1.1 spec has only just become a rec (5th April 2012). -- Andrew Welch http://andrewjwelch.com ---

When will 1.1 support leave beta

2012-04-23 Thread David Glaser
When will the XSD 1.1 functionality in Xerces-J 2.11.0 leave beta? It seems to be in the beta state since November of 2010. -David

How do I load an XSD 1.1 Schema using the XSloader?

2012-04-23 Thread David Glaser
I tried to load an XSD conforming to Version 1.1 using the QueryXS.java sample and it refuses to load an XSD containing a single "assert" element. I used the getRecognizedVersions() method of the XSImplementation object to determine what versions are supported and it reports "1.0". T then trie