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

[REBOL] Re: Simple Parser of HTML pages

From: rchristiansen:pop:isdfa:sei-it at: 5-Jan-2001 14:33

use load/markup This will load the entire HTML page as a string! and then separate the tags from the content, placing each item as a separate string! value in a block!
>> load/markup http://www.rebol.com
connecting to: www.rebol.com == [<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> "^/" <HTML> "^/" <HEAD> "^ /" <META HTTP-EQUIV="Content-Type" CONTENT="text/ht...