Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: web parser plugin for VID

From: gjones05:mail:orion at: 20-May-2001 5:27

From: "Daniel Murrill"
> I've tried unsucessfully to write a parser for VID > to html for IE/NS/Dhtml/Java. I wrote the parser, > that was the easy part. Problem? How do i find > consecutive words in the %Rebol.r document, > not just the first? I've tried foreach/forall/any.
Hi, Daniel, I hope that I am not missing the point, but have a look at the way that 'layout is implemented with "source layout". In essence it appears as though RT has defined vid-words and vid-styles. Then it names the layout block definition as 'specs. Then it uses a while not tail? specs with an enclosed forever loop. Within the forever loop, logic rules increment the specs block. Hope this gives you some ideas. --Scott Jones