首页 > 代码库 > 出现 The processing instruction target matching "[xX][mM][lL]" is not allowed错误

出现 The processing instruction target matching "[xX][mM][lL]" is not allowed错误

错误原因与解决办法:

  1. 这个错误的原因是因为xml的开始有多余的空格造成的,只要把多余的空格删除就没有问题了。
    技术分享

     

  2. xml开始部分写注释也会出现此问题。
    技术分享

本文出自:艺意

出现 The processing instruction target matching "[xX][mM][lL]" is not allowed错误