Home  >  Article  >  Backend Development  >  Detailed introduction to how to turn off XML validation in eclipse

Detailed introduction to how to turn off XML validation in eclipse

黄舟
黄舟Original
2017-03-31 14:05:141919browse

eclipse closes XML The verification method is as follows:
1. Menu [Windows] - [Preperences] - [Validation]
2. Find "XML Validator## on the right #", uncheck the [Bulid] checkbox status , and keep [Manual] selected, because we need to ensure the correctness of the XML in the end, this can be done by selecting For XML files, select [Validate] in the right-click menu to verify manually. If the XML is wrong, a window will pop up to prompt you. However, if you cancel the [Manual] check box and then manually verify, even if the XML is really wrong, it will not Correct tips.

Detailed introduction to how to turn off XML validation in eclipse

The above is the detailed content of Detailed introduction to how to turn off XML validation in eclipse. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn