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

[REBOL] Re: Simple Parser of HTML pages

From: brett:codeconscious at: 6-Jan-2001 11:59

This is the technique I used to build a couple of scripts. I've gone a step further and parse out the tags as well so you can relatively easily extract tag attributes such as "href" as well. The scripts could use more attention, but you should find them useful the way they are. http://www.codeconscious.com/rebol/rebol-scripts.html#HTML Brett