log
graph
tags
bookmarks
branches
changeset
browse
file
latest
diff
comparison
annotate
file log
raw
help
Mercurial
>
urweb
annotate tests/ooo.ur @ 600:d1cce194180d
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
Do proper insertion of dynamic content within nested DOM containers
author
Adam Chlipala <adamc@hcoop.net>
date
Sun, 11 Jan 2009 10:41:38 -0500
parents
children
rev
line source
adamc@600
1
fun main () : transaction page =
adamc@600
2
s <- source "Hi";
adamc@600
3
return <xml><body>
adamc@600
4
<form>
adamc@600
5
<textbox{#A} source={s}/>
adamc@600
6
Change it up!
adamc@600
7
</form>
adamc@600
8
</body></xml>