Allen wrote: > Is this the script you mean? colorize.r by Jeff. No, sorry. I meant the one that converts a rebol script on REBOL.org to HTML so it can be viewed by a browser. %colorize.r: > html-escape: func [str][ > foreach [from to] ["&" "&" "<" "<" ">" ">"][ > replace/all str from to > ] > ] But it does have a least some of the code required. There's more in my %R2HTML.r script at www.rebol.org > (did you To: and CC: this to the list or did SELMA hiccup?) I send it to Andrew Grossman and CC'ed it to the list: To: Andrew Grossman CC: [EMAIL PROTECTED] So, maybe SELMA is faulty? Andrew Martin ICQ: 26227169 [EMAIL PROTECTED] http://members.xoom.com/AndrewMartin/ -><-
