2007年8月16日
posted @ 2008-04-17 10:20 路过秋天 阅读(2399) | 评论 (20)编辑
posted @ 2008-04-16 11:56 路过秋天 阅读(66) | 评论 (0)编辑
     摘要: SelectNodes(xpath,namespace)方法中
无论是xmlDoc.SelectNodes(xpath,namespace) //假设xmlDoc为根节点,整个文档下的查询
还是xmlDoc.ChildNodes[i].SelectNodes(xpath,namespace) //节点下的查询

两个查询的结果一样:都会把整个文档符合xpath语法条件的都给查出来了
事实上我们所要的只是要在某一节点下符合xpath语法的结果  阅读全文
posted @ 2008-02-26 11:30 路过秋天 阅读(1558) | 评论 (12)编辑
posted @ 2007-11-03 15:34 路过秋天 阅读(96) | 评论 (0)编辑
posted @ 2007-11-02 16:08 路过秋天 阅读(56) | 评论 (0)编辑
posted @ 2007-09-16 03:22 路过秋天 阅读(134) | 评论 (0)编辑
posted @ 2007-08-25 18:24 路过秋天 阅读(272) | 评论 (0)编辑
posted @ 2007-08-22 14:15 路过秋天 阅读(88) | 评论 (0)编辑
posted @ 2007-08-16 13:21 路过秋天 阅读(44) | 评论 (0)编辑
posted @ 2007-08-16 13:19 路过秋天 阅读(57) | 评论 (0)编辑
posted @ 2007-08-16 13:17 路过秋天 阅读(84) | 评论 (0)编辑