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 tried to create a new string list that has "1.0" and "1.1" and then passed the string list to the createXSLoader method. It threw an exception saying "FEATURE_NOT_SUPPORTED: The parameter 1.1 is recognized but the requested value cannot be set". So, how do I get an XSLoader that will load a 1.1 xsd? -David