RSS <textInput> Element
Complete RSS Reference
Definition and Usage
The <textinput> tag specifies a text input field that should be
displayed with the feed.
Tips and Notes
Note: Most aggregators ignores the <textInput> element.
Child Elements of <textInput>
| Tag |
Description |
| <description> |
Required. Defines a description of the text input
area |
| <name> |
Required. Defines the name of the text object in
the text input area |
| <link> |
Required. Defines the URL of the CGI script that
processes the text input |
| <title> |
Required. Defines the label of the submit button in
the text input area |
Example
<?xml version="1.0" encoding="ISO-8859-1" ?>
<rss version="2.0">
<channel>
<title>W3Schools Home Page</title>
<link>http://www.w3schools.com</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.w3schools.com/rss</link>
<description>New RSS tutorial on W3Schools</description>
</item>
</channel>
</rss>
|
Try it yourself »
|
Complete RSS Reference
Click here to design a Stunning Flash Website for Free
Wix is a revolutionary web design tool that provides anyone with the possibility to create professional and beautiful websites for free.
With e-commerce features, search engine visibility and many more professional tools, Wix is the ultimate solution for creating a spectacular site while saving tons of money.
|