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

[REBOL] Re: possible load bug ?

From: greggirwin::mindspring::com at: 10-Aug-2002 12:53

Hi Laurent, << test: load http://www.google.fr test: load/all http://www.google.fr and saving test to a file via save %test.html test the resulting file does not contain as much data as what's obtained by doing view source in the navigator : the 'test data stops at a "&nbsp" whereas the real html data is much longer. >> You can read the data using READ or READ/BINARY and then you should have it all. To load it, you might use LOAD/MARKUP. --Gregg