问题
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.
回答1:
This feature was added in Intellij 15
Settings -> Languages & Frameworks -> Schemas and DTDs -> Default XML Schemas
回答2:
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 :)
来源:https://stackoverflow.com/questions/22253082/turn-on-the-validation-xsd-1-1-in-intellij-idea