NULL::something

Login via flickr, はてな, TypeKey.

2006-01-03

XPath1.0 いろいろ一覧

  • 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

Comments (0)

Trackback URI: http://lowreal.net/logs/2006/01/03/1.trackback

NULL

RSS feed meter for http://lowreal.net/logs/latest

Alternates

  1. RSS 1.0
  2. Atom 1.0

Generated with Taglibro

この日記は Taglibro と呼ばれる XML ベースの XSLT をテンプレートとして使ったシステムを使っています。現在の Taglibro は Ruby, ruby-xslt, libxml-ruby による実装です。ソースコードはとりあえず公開していません。