るりまサーチ

最速Rubyリファレンスマニュアル検索!
72件ヒット [1-72件を表示] (0.038秒)
トップページ > クエリ:Text[x] > クエリ:description=[x]

別のキーワード

  1. openssl to_text
  2. prettyprint text
  3. rexml/document text
  4. cgi text_field
  5. cgi/html text_field

ライブラリ

キーワード

検索結果

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...