[REBOL] load Re:(3)

2000-06-25 Thread danielsz



 I assume this is only in /View correct? Couldn't get the /markup refinement 
 to work in /Core.

The latest /core for windows includes load/markup.
Grab it on Rebol's web site.

 -Ryan

 
 It is meant for dealing with markup languages like HTML, XML, and
 sothers in a simple way; try:
 
 foo: load/markup http://www.yahoo.com
 
 or any other site you like.  You'll see that you get back a block of
 tags and strings... it kind of unzips the web page.
 
 Sterling
 
Does anybody know what the markup refinement for load does ?
Like in :
  
load/markup %file

  
  --
  [EMAIL PROTECTED]
 



--
email: [EMAIL PROTECTED]
homepage: http://perso.worldonline.fr/mutant
PGP information: available on homepage or on public certificate servers






[REBOL] load Re:

2000-06-23 Thread sterling


It is meant for dealing with markup languages like HTML, XML, and
sothers in a simple way; try:

foo: load/markup http://www.yahoo.com

or any other site you like.  You'll see that you get back a block of
tags and strings... it kind of unzips the web page.

Sterling

   Does anybody know what the markup refinement for load does ?
   Like in :
 
   load/markup %file
   
 
 --
 [EMAIL PROTECTED]