view demo/link.ur @ 1568:0fab80567fa3

Fix searching for underscore elements in PDF files.
author Ron de Bruijn <rmbruijn@gmail.com>
date Fri, 30 Sep 2011 08:16:50 -0400
parents 6a0e54400805
children
line wrap: on
line source
fun target () = return <xml><body>
  Welcome!
</body></xml>

fun main () = return <xml><body>
  <a link={target ()}>Go there</a>
</body></xml>