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

White space is required before the encoding pseudo attribute in the XML declaration.

时间:2017-01-10 14:45:52      阅读:1196      评论:0      收藏:0      [点我收藏+]

标签:for   color   hit   1.0   XML   required   ati   space   pre   

错误出现的位置:

<?xml version="1.0"encoding="UTF-8"?>

 正确方式:

<?xml version="1.0" encoding="UTF-8"?>

错误原因:标签中的属相间需要用空格区分开

 

White space is required before the encoding pseudo attribute in the XML declaration.

标签:for   color   hit   1.0   XML   required   ati   space   pre   

原文地址:http://www.cnblogs.com/xiqinfanqie/p/6269110.html

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