• child 子
  • parent (..) 親
  • attribute (@) 属性
  • descendant-or-self (//)
  • self (.)
  • descendant 子孫
  • ancestor 祖先
  • following-sibling 後兄弟
  • preceding-sibling 前兄弟
  • following 後
  • preceding 前
  • namespace
  • ancestor-or-self
  • comment()
  • text()
  • processing-instruction([target])
  • node()
.
self::node()
..
parent::node()
//
descendant-or-self::node()
@
attribute::

@ 以外は軸とノードテストを合わせた省略形

http://lowreal.net/logs/2006/01/03/1#content

  1. トップ
  2. xslt
  3. XPath1.0 いろいろ一覧
▲ この日のエントリ