Eclipse添加dtd的步骤

问题描述:
要写struts2的配置文件struts.xml现在是:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE struts PUBLIC
    "-//Apache Software Foundation//DTD Struts Configuration 2.0//EN"
    "http://struts.apache.org/dtds/struts-2.0.dtd">
但是没有提示功能

步骤:
1,解压struts-2.2.1(压缩包)
2,点击apps,进入
3,点击struts2-blank-2.2.1.war打开方式为winRAR压缩文件管理器
4,点击WEB-INF可以看到lib,然后将lib拖出来。存放到一个路径下
   比如:E:/随时备份/teacher/day59/struts2资料/struts-2.2.1/apps
5,点击此lib进入解压xwork-core-2.2.1压缩包
6,点击此解压后后包,进入。即可看见xwork-2.0.dtd文件。
   比如:E:/随时备份/teacher/day59/struts2资料/struts-2.2.1/apps/lib/xwork-core-2.2.1

然后点击
windows——>preferences——>Files and Editors——>XML——>XML Catalog——>Add

Location:等于第六步的路径
key:等于-//Apache Software Foundation//DTD Struts Configuration 2.0//EN
点击OK即可!!!!!!!!!!

上一篇:【集美大学1411_助教博客】个人作业2——英语学习APP案例分析 成绩


下一篇:Redis命令——发布订阅