Disable XML validation in Eclipse - 解决validation xml慢问题

前端之家收集整理的这篇文章主要介绍了Disable XML validation in Eclipse - 解决validation xml慢问题前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

1.

Properties > Validation

you have two options:

  1. Configure Workspace Settings (disable the validation for the current workspace)

uncheck the manual and build for:XML Schema Validator,XML Validator

  1. Check enable project specific settings (disable the validation for this project)

uncheck the manual and build for:XML Schema Validator,XML Validator

  1. Right-click on the project and select Validate to make the errors disappear

2.
Window > Preferences > Validation > uncheck XML Validator Manual and Build



转载:http://stackoverflow.com/questions/7489510/disable-xml-validation-in-eclipse
原文链接:https://www.f2er.com/xml/294766.html

猜你在找的XML相关文章