RSS textinput 元素

2018-03-09 15:15 更新

RSS <textInput> 元素

RSS <textinput> 元素指定了输入端(feed)显示的文本输入栏。


RSS 参考手册 完整 RSS 参考手册

定义和用法

<textinput> 元素规定应当与 feed 一同显示的文本输入域。


提示和注释

注意: 大多数聚合器忽略 <textInput> 元素。


<textInput> 的子元素

标签 描述
<description> 必需。定义对文本输入域的描述。
<name> 必需。定义在文本输入域中的文本对象的名称。
<link> 必需。定义处理文本输入的 CGI 脚本的 URL。
<title> 必需。定义文本输入域中的提交按钮的标注 (label)。


实例

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

<channel>
  <title>W3CSchool Home Page</title>
  <link>http://www.w3cschool.cn</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>//www.w3cschool.cn/rss</link>
    <description>New RSS tutorial on W3CSchool</description>
  </item>
</channel>

</rss>

尝试一下 »

RSS 参考手册 完整 RSS 参考手册
以上内容是否对您有帮助:
在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号