view tests/label.ur @ 1059:03a81e26e5fe

Move to simpler HTML escaping
author Adam Chlipala <adamc@hcoop.net>
date Tue, 08 Dec 2009 08:48:29 -0500
parents 609ab3947a08
children
line wrap: on
line source
fun main () = return <xml><body>
  <ccheckbox id="A"/> <label for="A">First one</label><br/>
  <ccheckbox id="B"/> <label for="B">Second one</label><br/>
</body></xml>