在加载C#应用程序中的
XML文件时,我得到了
Name cannot begin with the ‘1’ character,hexadecimal value 0x31.
Line 2,position 2.
XML标签开始像这样.
<version="1.0" encoding="us-ascii" standalone="yes" /> <1212041205115912>
我不应该以任何代价改变这个标签.
我该如何解决?