首 页 ASP ASP.NET PHP JSP Ajax DIV+CSS JavaScript XML C#
MySQL MSSQL Access Oracle Linux Server 电脑技巧 网络安全 建站经验 其它

ASP.NET 2.0中使用XML时XPath的语法

整理日期:2009年04月17日 【字体:

     XXX>
     <CCC>
        <DDD>
          <BBB/>
          <BBB/>
          <EEE/>
          <FFF/>
        DDD>
     CCC>
   AAA>

  4. [1] , last()

  /AAA/BBB[1]

   <AAA>
     <BBB/>
     <BBB/>
     <BBB/>
   </AAA>

  /AAA/BBB[last()]

   <AAA>
     <BBB/>
     <BBB/>
     <BBB/>
   </AAA>

  5. "@" :

  //@id


伊图教程网[www.etoow.com]
http://www.etoow.com/html/2009-04/1240010435-2.html
   <AAA>
Tags:ASP.NET   XML   XPath   语法
ASP.NET 2.0中使用XML时XPath的语法
'http://www.etoow.com/html/2009-04/1240010435-2.html
12
3
 
456
信息搜索
  
联系我们关于本站广告服务设为首页 收藏本站友情链接网站地图
Copyright © Etoow.com Inc. All Rights Reserved