<?xml version="1.0"?> | |
<page xmlns:jx="http://apache.org/cocoon/templates/jx/1.0"> | |
<title>Number Guessing Game</title> | |
<content> | |
<para>Guess the Number Between 1 and 10</para> | |
<para>${hint}</para> | |
<para>You've guessed ${guesses} times.</para> | |
<form method="post" action="${continuation.id}.continue"> | |
<input type="text" name="guess"/> | |
<input type="submit" value="Guess!"/> | |
</form> | |
</content> | |
</page> |