Activate XML Schema 1.1 in XSD editor

Hi, I've probably missed the obvious, but I can't find how to set XML Schema version to 1.1 for the XSD editor (so to have for instance completion for 1.1-specific features). Regards, -- Florent Georges http://fgeorges.org/ http://h2oconsulting.be/

Hi Florent, Full support for XML Schema 1.1 is planned for 14.1. Right now you can enable the validation from Options -> Preferences -- XML / XML Parser / Saxon EE Validation by setting "XML Schema version" to "1.1" and enabling "Use Saxon-EE as default XML Schema validation engine". There is one possibility/workaround to get content completion now, if you overwrite the /builtin/XMLSchema.xsd resource in the Java classpath with a schema for XML Schema 1.1. To overwrite a resource you need to place it in the classpath before the one you overwrite, for oXygen you can do that by putting the resource in a jar then drop that in oXygen lib/endorsed folder (the endorsed folder needs to be created). Best Regards, George -- George Cristian Bina <oXygen/> XML Editor, Schema Editor and XSLT Editor/Debugger http://www.oxygenxml.com On 7/3/12 2:02 PM, Florent Georges wrote:
Hi,
I've probably missed the obvious, but I can't find how to set XML Schema version to 1.1 for the XSD editor (so to have for instance completion for 1.1-specific features).
Regards,

George Cristian Bina wrote: Hi, Thanks for your response, George!
Full support for XML Schema 1.1 is planned for 14.1.
Oh, ok, I thought it was already there. I will probably wait then, this is only a small part of the project I am working on right now, so it is probably not worth the trouble.
Right now you can enable the validation from [...]
Thanks, that's helpful info! Regards, -- Florent Georges http://fgeorges.org/ http://h2oconsulting.be/
participants (2)
-
Florent Georges
-
George Cristian Bina