Robert wrote:
>  Mentioning the =url tag explicit makes parsing a lot easiert and you know
exactly what the meaning is.

That's right.

> How you handle URLs with spaces in them?

The same way browsers and Rebol handle them. A space stops the parsing of a
URL. If there's meant to be a space in the URL, then substitute "%20" for
the space.

>> http://www.rebol.com/File with Spaces.txt
** Script Error: with has no value
** Near: with Spaces.txt
>> http://www.rebol.com/File%20with%20Spaces.txt
== http://www.rebol.com/File%20with%20Spaces.txt

If I type a URL with spaces into my MS Internet Explorer, it does changes
spaces to %20.

I hope that helps!

Andrew Martin
ICQ: 26227169 http://valley.150m.com/
-><-


-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.

Reply via email to