Question

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.

Was it helpful?

Solution

This feature was added in Intellij 15

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

OTHER TIPS

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 :)

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top