[REBOL] Re: web parser plugin for VID
From: agem:crosswinds at: 20-May-2001 3:59
[rebol [title: "pad"
comment: {don't know if i understand, but}
]
source1: {
view layout [text "ok, source works" button "continue"[unview]]
}
do source1
parse source1 [thru "layout" p1:]
both: load/next p1
print [{complete source} mold copy/part p1 both/2]
print {stepwise}
block: first both
forall block[
probe block/1
probe block/2 ; following element here to..
block: next block ;to skip something
print "---"
]
; or look for block-parse..
; but it will get complicated (colors, size .. between)
]
-Volker
>>>>>>>>>>>>>>>>>> Ursprüngliche Nachricht <<<<<<<<<<<<<<<<<<
Am 20.05.01, 02:48:11, schrieb "Daniel Murrill" <[inetw3--mindspring--com]>
zum Thema [REBOL] web parser plugin for VID: