RSS <textInput> ÔªËØ
¶¨ÒåºÍÓ÷¨
<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>W3School Home Page</title>
<link>http://www.w3school.com.cn</link>
<description>Free web building tutorials</description>
<textinput>
<description>Search Google</description>
<title>Search</title>
<link>http://www.google.cn/search?</link>
<name>q</name>
</textinput>
<item>
<title>RSS Tutorial</title>
<link>http://www.w3school.com.cn/rss</link>
<description>New RSS tutorial on W3School</description>
</item>
</channel>
</rss>