<?xml version="1.0" encoding="ISO-8859-1"?><page xmlns:xsp="http://apache.org/xsp" xmlns:xsp-request="http://apache.org/xsp/request/2.0" xmlns:xsp-hello="http://apache.org/xsp/hello/1.0">
    <title>Greetings Page</title>
    <content>
      <para>
            
            Hello, 
    Unknown!
    
            <form action="logicsheet">
              Please enter your name: <input name="name"/> <input type="submit"/>
            </form>
          </para>
    </content>
  </page>