Google result:
there should be no characters (not even white space) before the starting XML. Or do a Trim() before passing it on to the XmlParse() but sometimes that option is not available because XmlParse could be sitting inside a service layer somewhere.
即<?xml version="1.0" encoding="utf-8"?> 这句话要放在xml文件的第一行,开头也不能有空格之类的字符, done