Latest web development tutorials

RSSのTextInput要素

RSSリファレンス RSSの完全なリファレンスマニュアル

定義と使用法

<のTextInput>要素はフィードと一緒に表示されるテキスト入力フィールドを指定します。


ヒントと注意事項

注:ほとんどのアグリゲータは、<にtextInput>要素を無視します。


<のTextInput>子要素

ラベル 説明
<説明> 必須。 説明テキスト入力フィールドの定義。
<名前> 必須。 テキストフィールドに名前を付け、テキストオブジェクトの定義を入力します。
<リンク> 必須。 URL定義処理テキスト入力CGIスクリプト。
<タイトル> 必須。 送信ボタンのラベルのカスタムテキスト入力フィールド(ラベル)。


<?xml version="1.0" encoding="ISO-8859-1" ?>
<rss version="2.0">

<channel>
<title>W3CSchool Home Page</title>
<link>http://www.w3cschool.cc</link>
<description>Free web building tutorials</description>
<textinput>
<description>Search Google</description>
<title>Search</title>
<link>http://www.google.no/search?</link>
<name>q</name>
</textinput>

<item>
<title>RSS Tutorial</title>
<link>http://www.w3cschool.cc/rss</link>
<description>New RSS tutorial on W3CSchool</description>
</item>
</channel>

</rss>

»をお試しください

RSSリファレンス RSSの完全なリファレンスマニュアル