Re: Fw: How to use xsd schema1.1 implementation

2009-08-21 Thread Michael Glavassevich
Hi Deni, You may want to take a look at [1][2] if you haven't already. The entry point is the JAXP Validation API. Passing "http://www.w3.org/XML/XMLSchema/v1.1"; as the parameter to SchemaFactory.newInstance() will get you the XML Schema 1.1 processor. It's still a work in progress so don't be s

Fw: How to use xsd schema1.1 implementation

2009-08-20 Thread denit thomas
Hi, I am trying to use an implementation of xml schema1.1. I use Eclipse as the editor for my Java and XML related work. I have checked out the source code from https://svn.apache.org/repos/asf/xerces/java/branches/xml-schema-1.1-dev/ Thereafter I have added both the jars org.eclipse.wst.xml.