<div dir="ltr">That worked.  Thanks!<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Oct 2, 2014 at 1:43 PM, <a href="mailto:maasha@gmail.com">maasha@gmail.com</a> <span dir="ltr"><<a href="mailto:maasha@gmail.com" target="_blank">maasha@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">The was also problem was the return statement I pulled it out in my last<br>
message without making a mention of the change ... sorry about that.<br>
Also my preamble mentioning of xbody was a bit off as this is in the<br>
head.  I do a quick compile before I send out code so both code samples<br>
should compile for you ... let me know if this is not the case.<br>
<span class=""><br>
fun head_template (_title:string) =<br>
</span><span class="">    <xml><head><title>{[_title]}</title></head></xml><br>
<br>
fun main () = return <xml><br>
    {head_template "Blog Main"}<br>
    <body><br>
    </body><br>
    </xml><br>
<br>
<br>
</span>happy hacking<br>
<span class="im HOEnZb"><br>
On 10/02/2014 03:33 PM, Burton Samograd wrote:<br>
><br>
> fun head_template (_title:string) =<br>
>     return <xml><head><title>{[_title]}</title></head></xml><br>
><br>
> fun main () = return <xml><br>
>     {head_template "Blog Main"}<br>
>     <body><br>
>     </body><br>
>     </xml><br>
<br>
<br>
</span><div class="HOEnZb"><div class="h5">_______________________________________________<br>
Ur mailing list<br>
<a href="mailto:Ur@impredicative.com">Ur@impredicative.com</a><br>
<a href="http://www.impredicative.com/cgi-bin/mailman/listinfo/ur" target="_blank">http://www.impredicative.com/cgi-bin/mailman/listinfo/ur</a><br>
</div></div></blockquote></div><br></div>