在Eclipse中添加dtd文件

1.点击 window -->Preferences -->XML -->XML Catalog  -->Add..

2,填写文本框中的内容

Location : dtd的路径。可以是eclipse工作空间的dtd,也可以是文件中的dtd。
Key type:选择 Public ID或URI(实例选择的是URI)
Key: "www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">中的“www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd


3,重启Eclipse



你可能感兴趣的:(eclipse,eclipse,html,工作)