RE: Keys and Scope

Michael Kay wrote on 11/14/2008 01:34:37 PM:

> > My only question is:  do I continue to use
> > xmlns:xs="http://www.w3.org/2001/XMLSchema" or do I need to
> > refer to a different version?
> >
>
> The namespace is unchanged.
>
> You need to be aware that XSD 1.1 is still a working draft and subject to
> change, and that there are only partial implementations available.
> Assertions and some other significant facilities of XSD 1.1 are
implemented
> in Saxon-SA 9.1. I believe there is also a partial implementation in
Xerces,
> but you have to work at the level of the nightly builds.

The development in Xerces is being done on a branch [1]. At the moment if
you want to try out the XML Schema 1.1 support you would need to compile
Xerces yourself as the nightly builds are done from the trunk.

> Michael Kay
> http://www.saxonica.com/

[1] http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.1-dev/

Thanks.

Michael Glavassevich
XML Parser Development
IBM Toronto Lab
E-mail: mrglavas@ca.ibm.com
E-mail: mrglavas@apache.org

Received on Friday, 14 November 2008 18:51:35 UTC