方法一:常用方法   关闭XML验证

工具栏:windows => preferences => xml => xml files => validation => Indicate when no grammar is specified:选择Ignore即可。

 

方法二:(个人推荐)

添加 内容如下

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/2002/xmlspec/dtd/2.10/xmlspec.dtd">

相关文章:

  • 2022-12-23
  • 2021-11-19
  • 2022-01-07
  • 2021-11-16
  • 2022-12-23
  • 2022-01-07
  • 2021-08-08
猜你喜欢
  • 2022-02-08
  • 2022-12-23
  • 2022-12-23
  • 2021-11-14
  • 2021-12-27
相关资源
相似解决方案