Hello,
I've used xercesImpl-xsd11-2.12-beta-r1667115.jar and wrote a standalone
parser for XSD1.1,which was working fine with JRE7. my intension is to parse
xsd1.1 and get all restrictions and assert values for each simple and
complex type elements.
when i tried to integrate with IBM WAS 8.0.0.9 w
Hello,
I'm not sure where you got that jar from but it was probably built with
Java 7+ and isn't compatible with earlier versions of Java.
If you want to use the XML Schema 1.1 support with Java 6, I'd suggest
that you use an official Xerces-J release (2.11) or build a jar from the
latest XML