Just a brief response:

> >    And how would load-markup display the value of m there?
>
> You could have tried that for yourself! :^)
   Yeah, I could have, save that I wasn't on a machine with a REBOL
installation ;)  I know, it's one of those things like, "What's the difference
between 'prin and 'print?", except I didn't have REBOL around with which to
test.
   And thanks for the example :)

--Charles

> >> m: load-markup {<body bgcolor="white">some <b>text</b></body>}
> == [[body bgcolor "white"] "some " [b] "text" [/b] [/body]]
> >> change next find first m 'bgcolor "blue"
> == []
> >> m
> == [[body bgcolor "blue"] "some " [b] "text" [/b] [/body]]
> >> form-markup m
> == {<body bgcolor="blue">some <b>text</b></body>}

-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.

Reply via email to