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

Example in how-to page doesn't seem to work ?

 [1/4] from: youpi:technologies:wanadoo at: 3-Sep-2000 12:02


In example http://www.rebol.com/howto.html#web-read.html Split Tags from Text does work But the second part "Show Links For a Page" doesn't not seem to work : Show Links For a Page To print the hyper-links for the page above: foreach tag tags [ if parse tag ["A" thru "HREF=" [{"} copy link to {"} | copy link to ">"] to end ][print link] ] Does someone agree or disagree with that ? Thanks.

 [2/4] from: allen::rebolforces::com at: 3-Sep-2000 20:40


----- Original Message ----- From: <[youpi--technologies--wanadoo--fr]> To: <[list--rebol--com]> Sent: Sunday, September 03, 2000 8:02 PM Subject: [REBOL] Example in how-to page doesn't seem to work ?
> In example > http://www.rebol.com/howto.html#web-read.html
<<quoted lines omitted: 11>>
> Does someone agree or disagree with that ? > Thanks.
Yep, looks like a typo, probably should be foreach tag tags [ if parse tag ["<A" thru "HREF=" [{"} copy link to {"} | copy link to ">"] to end ][print link] ] Cheers, Allen K

 [3/4] from: al:bri:xtra at: 3-Sep-2000 22:44


Remember to post this problem to [feedback--rebol--com] or to the webmaster of www.rebol.com. Andrew Martin ICQ: 26227169 http://members.xoom.com/AndrewMartin/

 [4/4] from: youpi:technologies:wanadoo at: 3-Sep-2000 15:25


Thanks that's it there was a typo error on rebol how-to page. I send a copy to mailto:[feedback--rebol--com] as suggested by Andrew @ ----- Message d'origine ----- De : <[allen--rebolforces--com]> À : <[list--rebol--com]> Envoyé : dimanche 3 septembre 2000 12:40 Objet : [REBOL] Example in how-to page doesn't seem to work ? Re:

Notes
  • Quoted lines have been omitted from some messages.
    View the message alone to see the lines that have been omitted