我是靠谱客的博主 悦耳宝贝,最近开发中收集的这篇文章主要介绍The processing instruction target matching "[xX][mM][lL]" is not allowed.,觉得挺不错的,现在分享给大家,希望可以做个参考。
概述
今天从svn上检下来一个工程,报了N多错误
1 . XML中错误 : The processing instruction target matching "[xX][mM][lL]" is not allowed.
原因居然是第一行写的注释,也就是说第一行为空了,将 <?xml version="1.0" encoding="utf-8"?> 放到第一行,注释可以放第二行,OK了
2. jsp页面错误 : String cannot be resolved to a type
原因是jre错误,打开工程的buildpath 会看到 jre 这项有个叹号,把他干掉,重新选择jre myeclipse : project ---> clean 一下 就OK了
最后
以上就是悦耳宝贝为你收集整理的The processing instruction target matching "[xX][mM][lL]" is not allowed.的全部内容,希望文章能够帮你解决The processing instruction target matching "[xX][mM][lL]" is not allowed.所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复