[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.comconnecting to: www.rebol.com == [<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> "^/" <HTML> "^/" <HEAD> "^ /" <META HTTP-EQUIV="Content-Type" CONTENT="text/ht...