level 1
独自下去
楼主
Uncaught Error: Syntax error, unrecognized expression: form>?xml
语法错误,无法识别表达式:xml形式> ?这个错误是哪的?新手求教
xml页面代码:
<?xml version="1.0" encoding="utf-8" ?>
<messages>
<note id="1">
<id>George</id>
<name>John</name>
<price>4.00</price>
</note>
<note id="2">
<id>George</id>
<name>John</name>
<price>4.00</price>
</note>
</messages>
aspx页面代码:
<form id="form1" runat="server">
<asp:Xml ID="a" runat="server" DocumentSource="index.xml"></asp:Xml>
</form>
2016年04月21日 06点04分
1
语法错误,无法识别表达式:xml形式> ?这个错误是哪的?新手求教
xml页面代码:
<?xml version="1.0" encoding="utf-8" ?>
<messages>
<note id="1">
<id>George</id>
<name>John</name>
<price>4.00</price>
</note>
<note id="2">
<id>George</id>
<name>John</name>
<price>4.00</price>
</note>
</messages>
aspx页面代码:
<form id="form1" runat="server">
<asp:Xml ID="a" runat="server" DocumentSource="index.xml"></asp:Xml>
</form>