码迷,mamicode.com
首页 > 其他好文 > 详细

XML节点名称中有小数点处理(deal with dot)导致使用xpath时报错解决方法

时间:2014-09-25 11:46:39      阅读:551      评论:0      收藏:0      [点我收藏+]

标签:style   blog   color   io   使用   ar   div   sp   art   

1 <?xml version="1.0"?>
2 <ModifyFiles>
3   <_Layout.cshtml>123456</_Layout.cshtml>
4 <Contact.cshtml>@section MasterPart{"/Home/About"}</Contact.cshtml>
5 </ModifyFiles>

XML节点中有小数点怎么办?怎么引用它的xpath呢?在百度没找到答案,于是google:how to deal with xml node name include dot?Get it!

其实很简单,只要把那个子节点中括号起来就好啦,就不会把它当作***.**那种子节点啦~终于解决了~

$code=($sectionPartsxml.ModifyFiles[‘Index.cshtml‘]).InnerText

XML节点名称中有小数点处理(deal with dot)导致使用xpath时报错解决方法

标签:style   blog   color   io   使用   ar   div   sp   art   

原文地址:http://www.cnblogs.com/jin-wen-xin/p/3992241.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!