码迷,mamicode.com
首页 > 其他好文 > 详细

taglib报错The content of element type "taglib" must match "(tlib-version,...)

时间:2017-02-05 11:13:04      阅读:682      评论:0      收藏:0      [点我收藏+]

标签:--   xsd   http   type   oca   version   rar   j2ee   utf-8   

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE taglib PUBLIC "-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.2//EN"
                        "http://java.sun.com/dtd/web-jsptaglibrary_1_2.dtd">

<taglib >

...

改成这样就不报错了:

------------------------------------------------------------------------------------
<?xml version="1.0" encoding="UTF-8" ?>  
<taglib xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"  
    xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee web-jsptaglibrary_2_0.xsd"  
    version="2.0">  

taglib报错The content of element type "taglib" must match "(tlib-version,...)

标签:--   xsd   http   type   oca   version   rar   j2ee   utf-8   

原文地址:http://www.cnblogs.com/chry/p/6367076.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!