环境:FlashBuilder4.0,Windows7
问题:Whitespace is not allowed before an XML Processing Instruction (<? ... ?>)
解决方案:自己粗心大意,把<?xml version="1.0" encoding="utf-8"?>前面多敲了空行,所以需要检查一下MXML格式。
环境:FlashBuilder4.0,Windows7
问题:Whitespace is not allowed before an XML Processing Instruction (<? ... ?>)
解决方案:自己粗心大意,把<?xml version="1.0" encoding="utf-8"?>前面多敲了空行,所以需要检查一下MXML格式。