The processing instruction target matching "[xX][mM][lL]" is not allowed

前端之家收集整理的这篇文章主要介绍了The processing instruction target matching "[xX][mM][lL]" is not allowed前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

今天在做XML解析的时候,总是给我报 The processing instruction target matching "[xX][mM][lL]" is not allowedXML Parsing Error: XML or text declaration not at start of entity

错误,后来查了下讲大概意思是android中解析的时候xml文件格式问题。

文件的最前端 即<?xml version="1.0" encoding="UTF-8"?>前面不能有空格。

删了空格即好。

原文链接:https://www.f2er.com/xml/295544.html

猜你在找的XML相关文章