mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
c095a38cad
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29291 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
27 lines
No EOL
745 B
Scilab
27 lines
No EOL
745 B
Scilab
/
|
|
/rss
|
|
//rss
|
|
/rss/channel
|
|
//link
|
|
//image/*
|
|
//link[2]
|
|
//link[last()]
|
|
rss/channel/link[last()]
|
|
rss/channel/item/link[last()]
|
|
rss/channel/item/link[1]
|
|
rss/channel/item[@x='1']
|
|
rss/channel/item[@x]
|
|
//item[@x]
|
|
//item[normalize-space(@name)='x']
|
|
//*[count(title)=1]
|
|
//*[name()='link']
|
|
//*[starts-with(name(),'li')]
|
|
//*[contains(name(),'y')]
|
|
//*[string-length(name()) = 4]
|
|
//copyright | //title
|
|
/child::rss
|
|
/descendant::*
|
|
//language/parent::*
|
|
/rss/channel/ancestor::*
|
|
//item[position() mod 2 = 0 ]
|
|
//item/ancestor::* |