別のキーワード
種類
- インスタンスメソッド (36)
- モジュール (12)
- 文書 (12)
ライブラリ
- rss (48)
モジュール
キーワード
-
output
_ encoding (12) -
output
_ encoding= (12) -
ruby 1
. 8 . 5 feature (12) -
to
_ xml (12)
検索結果
先頭5件
-
RSS
:: RootElementMixin (18000.0) -
-
RSS
:: RootElementMixin # output _ encoding (3000.0) -
@todo
@todo -
RSS
:: RootElementMixin # output _ encoding= (3000.0) -
@todo
@todo -
RSS
:: RootElementMixin # to _ xml (3000.0) -
@todo
@todo -
ruby 1
. 8 . 5 feature (6.0) -
ruby 1.8.5 feature ruby 1.8.4 から ruby 1.8.5 までの変更点です。
...たものが
maker.items.new_item |item|
item.xxx = yyy
...
end
と書けるようになりました。
: RSS::RootElementMixin#to_xml [new]
こんな風にすると、RSS 1.0からRSS 2.0に変換できます。
rss10 = RSS::Parser.parse(File.read("1.0.rdf"))...