Xerces 2.11 beta

This should cover W3C XML Schema, Relax NG and DTD related problems.
twcook
Posts: 23
Joined: Sat Aug 25, 2012 12:07 pm

Xerces 2.11 beta

Post by twcook »

As I understand it. Xerces 2.11 beta now correctly supports the versioned namespace for the XML Schema Langauge.

So the schema now needs to refer to the version instead of using a commandline option.

For example:
xmlns:xs="http://www.w3.org/2001/XMLSchema/v1.1"

instead of:
xmlns:xs="http://www.w3.org/2001/XMLSchema"

the later causes it to fall back to 1.0 now.

When can we expect this to be available in oXygen?

Thanks,
Tim
george
Site Admin
Posts: 2095
Joined: Thu Jan 09, 2003 2:58 pm

Re: Xerces 2.11 beta

Post by george »

Hi Tim,

Do you have a reference where this change is described?

Regards,
George
George Cristian Bina
tavy
Posts: 365
Joined: Thu Jul 01, 2004 12:29 pm

Re: Xerces 2.11 beta

Post by tavy »

Hello Tim,

The XML Schema 1.1 and 1.0 uses the same namespace: "http://www.w3.org/2001/XMLSchema". The XML Schema 1.1 standard has been kept unchanged the Namespace URI for the schemas. You can read more about this in the XML Schema 1.1 specification: http://www.w3.org/TR/xmlschema11-1/#xsd-nss

There are some changes in the XML Schema 1.1 specification regarding the version. The version control namespace and the schema language identifies has been introduced: http://www.w3.org/TR/xmlschema11-1/#ch_versions

Regards,
Octavian
---
Octavian Nadolu
<oXygen/> XML Editor
http://www.oxygenxml.com
Octavian Nadolu
<oXygen/> XML Editor
http://www.oxygenxml.com
Post Reply