我是靠谱客的博主 自信秀发,最近开发中收集的这篇文章主要介绍Nested exception: The processing instruction target matching "[xX][mM][lL]" is not allowed.,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

ERROR  - Error on line 2 of document  : The processing instruction target matching "[xX][mM][lL]" is not allowed. Nested exception: The processing instruction target matching "[xX][mM][lL]" is not allowed.

异常解释:xml文件不能被解析,一般出现这样的问题在于xml格式上,并且问题多出现在xml文件的头部。

原因:一般多是因为xml文件头部有了空格或回车导致的

总结:<?xml version="1.0" encoding="UTF-8"?>前面不要有任何其他字符,如空格、回车、换行这些否则就会出现上面的异常。

最后

以上就是自信秀发为你收集整理的Nested exception: The processing instruction target matching "[xX][mM][lL]" is not allowed.的全部内容,希望文章能够帮你解决Nested exception: The processing instruction target matching "[xX][mM][lL]" is not allowed.所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(33)

评论列表共有 0 条评论

立即
投稿
返回
顶部