comparison tests/ooo.ur @ 600:d1cce194180d

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
comparison
equal deleted inserted replaced
599:889dc9fceb3a 600:d1cce194180d
1 fun main () : transaction page =
2 s <- source "Hi";
3 return <xml><body>
4 <form>
5 <textbox{#A} source={s}/>
6 Change it up!
7 </form>
8 </body></xml>