原址:点击打开链接
Servlet 2.3
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE web-app
<web-app>
</web-app>
Servlet 2.4
<?xml version="1.0" encoding="UTF-8"?>
<web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
</web-app>
Servlet 2.5
<?xml version="1.0" encoding="UTF-8"?>
<web-app xmlns="http://java.sun.com/xml/ns/javaee"
</web-app>
本文介绍了从Servlet 2.3到2.5版本中web.xml配置文件的变化,包括不同版本DTD和XML命名空间的使用。

438





