<?xml version="1.0" encoding="iso-8859-1"?>
<?xml-stylesheet href="lmlmetahover.css" type="text/css" title="LML default" ?>
<?xml-stylesheet href="lmlBase.css" type="text/css" title="LML meta off" alternate="yes" ?>
<?xml-stylesheet href="lmlmetastatic.css" type="text/css" title="LML meta on" alternate="yes" ?>
<literature version="1.0"
xmlns="http://purl.oclc.org/net/hoffmann/lml/" 
xmlns:l="http://purl.oclc.org/net/hoffmann/lml/"
xmlns:xlink="http://www.w3.org/1999/xlink" 
xml:lang="en">
<meta>
<title>form sample</title>
<desc>
<p>form example for literature markup language
from <creator>Dr. Olaf Hoffmann</creator>,
<created>2008-10-25</created>.</p>
</desc>
<genre>report sample</genre>
<tune>neutral</tune>
<impressum>
<address>
<l>Dr. Olaf Hoffmann</l>
<l>Appelstraße 2</l>
<l>30167 Hannover</l>
<l>Deutschland/Germany</l>
<l />
<l>email:
&#100;&#114;&#46;&#111;&#46;&#104;&#111;&#102;&#102;&#109;&#97;&#110;&#110;&#64;&#103;&#109;&#120;&#46;&#100;&#101;
</l>
</address>
</impressum>
</meta>

<prosa>
<h><el>form</el> Sample using <abbr><meta><desc>eXtended HyperText Markup Language</desc></meta>XHTML</abbr></h>

<s>
<p></p>
</s><s>
<form xmlns="http://www.w3.org/1999/xhtml" action="form01.php" method="POST" role="l:form">
<fieldset>
<legend>Test Form</legend>
<p>
<label>
   Name:
   <input type="text" name="name" value="Sam Ple"/>
</label>
</p><p>
<label>
   Comment:
   <textarea name="comment" rows="5" cols="30">
   First line.
   Second line.</textarea>
</label>
</p><p>
<label>
   Choose a number:
   <select name="number">
     <option>0</option>
     <option>1</option>
     <option>2</option>
     <option>3</option>
     <option>4</option>
     <option>5</option>
     <option>6</option>
     <option>7</option>
     <option>8</option>
     <option>9</option>
   </select>
</label>
</p>
</fieldset>
<fieldset>
<legend>Do it: </legend>
<p>
<label>
<input type="submit" name="submit" value="Send" /><input type="reset" value="Reset" />
</label>
</p>
</fieldset>
</form>
</s>

</prosa>

</literature>
