Mercurial > urweb
view tests/ooo.ur @ 1842:052c5eedc9ea
Add MLTONARGS to xml/parse
author | Jason Gross <jgross@mit.edu> |
---|---|
date | Sat, 05 Jan 2013 18:19:20 -0500 |
parents | d1cce194180d |
children |
line wrap: on
line source
fun main () : transaction page = s <- source "Hi"; return <xml><body> <form> <textbox{#A} source={s}/> Change it up! </form> </body></xml>