----- Original Message -----
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, February 08, 2000 6:39 AM
Subject: [REBOL] Re: Parsing. Can't figure it out. Re:
> Hello [EMAIL PROTECTED]!
>
> On 07-Feb-00, you wrote:
>
> j> The url-to-object function takes a URL (or string for one) and
> j> returns an object containing the component parts.
>
> Since right now I don't have time to read it carefully... may I
> ask in what this parser differs from net-utils/URL-Parser? I
> assume it's better, so... maybe REBOL Tech. wants to include this
> (in place of the current net-utils/URL-Parser) in the next
> release? :-)
>
> Regards,
> Gabriele.
> --
> o--------------------) .-^-. (----------------------------------o
> | Gabriele Santilli / /_/_\_\ \ Amiga Group Italia --- L'Aquila |
> | GIESSE on IRC \ \-\_/-/ / http://www.amyresource.it/AGI/ |
> o--------------------) `-v-' (----------------------------------o
I haven't seen the rest of this post, but I wrote a wrapper for the
net-utils/URL-Parser
that should be on Rebol.org. That returns a url as an object or the part of
the url specified
in a refinement. I can't remember now exactly why, but there was some
limitation to using
net-utils/url-parser directly, that I needed to overcome or simplify for a
particular project.
http://www.rebol.org/web/parse-url.r
Cheers,
Allen K