[REBOL] Re: What's with /MARKUP?
From: rchristiansen:pop:isdfa:sei-it at: 29-Jan-2001 10:02
load/markup separates the tags from the content and places each tag or content as a string! value into a block! You can then check each element of the block to see if it is a tag? or not and remove the element if it is a tag!, leaving the content behind. -Ryan