<?xml version="1.0" encoding="ISO-8859-1"?><page xmlns:xsp="http://apache.org/xsp" xmlns:xsp-response="http://apache.org/xsp/response/2.0">

<h1>xsp-response logicsheet output</h1>
<table border="1">
<tr>
  <th>Logicsheet tag</th><th>Output</th><th>Java method</th><th>Output</th></tr>
<tr>
  <td>get-character-encoding</td><td>ISO-8859-1</td>
  <td>getCharacterEncoding</td><td>ISO-8859-1</td>
    </tr>
<tr>
  <td>get-locale</td><td/>
  <td>getLocale</td><td/>
    </tr>
<tr>
  <td>set-locale to GERMANY</td><td>
    
      </td>
    </tr>
<tr>
  <td>get-locale</td><td>de_DE</td>
  <td>getLocale</td><td>de_DE</td>
    </tr>



<tr>
  <td>add-date-header</td><td>
    </td>
  <td>addDateHeader</td><td/>
    </tr>

<tr>
  <td>add-header</td><td>
    
      </td>
  <td>addHeader</td><td/>
    </tr>

<tr>
  <td>add-int-header</td><td>
    </td>
  <td>addIntHeader</td><td/>
    </tr>

<tr>
  <td>contains-header</td><td>
    true
      </td>
  <td>containsHeader</td><td>true</td>
    </tr>

<tr>
  <td>encode-url</td><td>
    http://localhost:8080/cocoon/welcome
      </td>
  <td>encodeURL</td><td>http://localhost:8080/cocoon/welcome</td>
    </tr>

</table>

	<h1>xsp-response logicsheet output (as xml)</h1>
<textarea cols="100" rows="12">
get-character-encoding      <xsp-response:character-encoding>ISO-8859-1</xsp-response:character-encoding>
get-locale                  <xsp-response:locale><xsp-response:language>en</xsp-response:language><xsp-response:country>US</xsp-response:country><xsp-response:variant/></xsp-response:locale>
contains-header             <xsp-response:contains-header>true</xsp-response:contains-header>
encode-url                  <xsp-response:encode-url>http://localhost:8080/cocoon/welcome</xsp-response:encode-url>
</textarea>

</page>