Pergunta

is any way how to turn on the validation of XSD version 1.1 in Intellij IDEA instead of default 1.0? As I know to be able to validate against version 1.1 the processor should just take -xsdversion:1.1, but I don't see any configuration point in IDE how I can set it.

Foi útil?

Solução

This feature was added in Intellij 15

Settings -> Languages & Frameworks -> Schemas and DTDs -> Default XML Schemas

Outras dicas

If anyone will stuck with this issue, please be aware that this functionality is missing in the Intellij IDEA so far, I've discussed it on the JetBrains forum: http://devnet.jetbrains.com/message/5511591#5511591 and created a feature request for it, so we'll be waiting for it in the following releases :)

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top