Latest web development tutorials

RSS textinput element

RSS Reference RSS complete reference manual

Definition and Usage

<Textinput> element specifies the text input field to be displayed along with the feed.


Tips and Notes

Note: Most aggregators ignore <textInput> element.


<TextInput> child element

label description
<Description> Required. The definition of the description text input field.
<Name> Required. Name text field, enter a text object definition.
<Link> Required. URL definition processing text input CGI script.
<Title> Required. Custom text input fields of the submit button label (label).


Examples

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

try it"

RSS Reference RSS complete reference manual