72件ヒット
[1-72件を表示]
(0.038秒)
検索結果
先頭5件
-
RSS
:: RDF :: Textinput # description= (18101.0) -
@todo
@todo -
RSS
:: Rss :: Channel :: TextInput # description= (18101.0) -
@todo
@todo -
RSS
:: Maker :: TextinputBase # description=() (18100.0) -
@todo
@todo -
RSS
:: RDF :: Textinput # description (3001.0) -
@todo
@todo -
RSS
:: Rss :: Channel :: TextInput # description (3001.0) -
@todo
@todo -
rss (126.0)
-
RSS を扱うためのライブラリです。
...が子要素または属性を持つ場合も同様です。
rss = RSS::Parser.parse(rss_source)
rss.channel.description # => /rdf:RDF/channel/text(); String
属性にアクセスする時も同様です。channel要素のrdf:about属性に
アクセスするには以下のようにします......指定する場合は以下の
ようにします.
rss.xml_stylesheets << RSS::XMLStyleSheet.new({:href => "sample.xsl"})
本当は{:type => "text/xsl"}も指定しないといけないとこ
ろですが,拡張子が.xslまたは,.cssの場合は適当に推測してくれ
るので省略......SS::Maker.make("1.0") do |maker|
maker.channel.about = "http://example.com/index.rdf"
maker.channel.title = "Example"
maker.channel.description = "Example Site"
maker.channel.link = "http://example.com/"
end
もし,
* http://example.com/article.htmlにある
* Sample Articl...