summaryrefslogtreecommitdiff
path: root/tests/both.ur
blob: b0f2a493ee46b3948bc2f8866bdf463f659b5b95 (plain)
1
2
3
4
5
6
7
8
9
10
fun main () : transaction page = return <xml>
 <body>
   <form>
     <textbox{#Text}/>
     <submit action={handler}/>
   </form>
 </body>
</xml>

and handler r = return <xml/>