Thanks Adam, this minimal example works now:
fun main () =
s <- source ""
;
return
<xml><body>
<ctextbox source={s}/><br/>
<dyn signal={s <- signal s; return <xml>{[s]}</xml>}/>
</body></xml>
I had been confused by the long error message, but as you pointed out, the
fix involved adding only a single character to change <textbox> to
<ctextbox>.
Later I will try an example involving server-side interaction: I want to
let the user type a characters into a field, which filters an SQL
recordset, displayed as XML.
###
_______________________________________________
Ur mailing list
[email protected]
http://www.impredicative.com/cgi-bin/mailman/listinfo/ur