RT
马上结贴。
------解决方案--------------------------------------------------------
沙发
------解决方案--------------------------------------------------------
string strXML = " <?xml version= "1.0 "?> <books> ..... <books> "
Response.ContentType = "text/xml ";
Response.Write( "No ");
Response.End();
------解决方案--------------------------------------------------------
string strXML = " <?xml version= "1.0 "?> <books> ..... <books> "
Response.ContentType = "text/xml ";
Response.Write(strXML);
Response.End();
正解!!!