| 发表于:2007-07-27 09:17:312楼 得分:0 |
我在xml的头部加了 <?xml version=\ "1.0\ " encoding=\ "gb2312\ " ?> 也不行 代码如下: xmldatasource source = new xmldatasource(); source.data = xmldoc.innerxml; source.xpath = "/书名/中国 "; this.gridview1.datasource = source; this.gridview1.databind(); 请大家帮忙看看 | | |
|