topical media & game development

talk show tell print

professional-xml-23-search.xml / xml



  <?xml version="1.0" encoding="UTF-8"?>
  <html xmlns="http://www.w3.org/1999/xhtml" 
    xmlns:xf="http://www.w3.org/2002/xforms" 
    xmlns:ex="someURI">
    <head>
      <title>Search</title>
      <xf:model>
        <xf:instance>
          <ex:search>
            <ex:q>Enter search here</ex:q>
          </ex:search>
        </xf:instance>
        <xf:submission action="http://example.com/search" method="post" id="search"/>
      </xf:model>
    </head>
    <body>
      <p>
        <xf:input ref="ex:q">
          <xf:label>Text to search for:</xf:label>
        </xf:input>
        <br/>
        <xf:submit submission="search">
          <xf:label>Search</xf:label>
        </xf:submit>
      </p>
    </body>
  </html>
  


(C) Æliens 20/2/2008

You may not copy or print any of this material without explicit permission of the author or the publisher. In case of other copyright issues, contact the author.