第一种可能性:
Element type xx must be followed by either attribute specifications, “>” or “/>”.
<ns1 :mycomponent="" id="myframe" fontsize="10
editable=" false"="">
</ns1>
This error comes from not closing an attribute tag. Look at the font size attribute in the code above. Leaving out the closing quotation mark caused this error.
Please reply in the comments below if this helped you or not
第二种可能性:
文件编码不一致。