최신 웹 개발 튜토리얼
 

RSS <textInput> Element


<전체 RSS 참조

정의 및 사용

<textinput> 태그는 피드로 표시되어야하는 텍스트 입력 필드를 지정한다.


팁과주의 사항

Note: 대부분의 애그리 게이터는 무시 <textInput> 요소를.


의 자식 요소 <textInput>

꼬리표 기술
<description> 필요합니다. 텍스트 입력 영역에 대한 설명을 규정
<name> 필요합니다. 텍스트 입력 영역에 텍스트 오브젝트의 이름을 정의
<link> 필요합니다. 텍스트 입력을 처리하는 CGI 스크립트의 URL을 정의
<title> 필요합니다. 의 라벨은 텍스트 입력 영역에 제출 버튼을 정의

<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">

<channel>
  <title>w3ii Home Page</title>
  <link>http://www.w3ii.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.w3ii.com/xml/xml_rss.html</link>
    <description>New RSS tutorial on w3ii</description>
  </item>
</channel>

</rss>

»그것을 자신을 시도

<전체 RSS 참조