[REBOL] Re: HTML Dialect?
From: tim:johnsons-web at: 11-Jan-2003 10:52
* Ed Dana <[EDanaII--Cox--net]> [030111 06:03]:
<...>
> Very nice.
>
> But how do I, for example, do this?:
> >> Fred: Make Object! [ File: %Fred.html Text: "Meet Fred Flintstone" ]
> >> ML Compose/Deep [ a/href Fred/File Fred/Text ]
>
> Which gave me the following results:
> == {<a href="Fred.html" />
> Meet Fred Flintstone}
Hi Ed:
Is this what you're looking for:
ML Compose/Deep [ a/href Fred/File [Fred/Text] ]
== {
<a href="Fred.html">Meet Fred Flintstone</a>}
; using inner block gives balanced closure,
; rather than singleton
-tim-
--
Tim Johnson <[tim--johnsons-web--com]>
http://www.alaska-internet-solutions.com
http://www.johnsons-web.com