[REBOL] url domain
From: patrick:philipot:laposte at: 6-Oct-2003 15:09
Hi List, Parsing an HTML page (http://www.rebol.net/cookbook/index.html) I have found two kinds of link. 1. HREF="recipes/0032.html" 2. IMG SRC="/graphics/doc-bar.gif" The first one refers to the current folder "http://www.rebol.net/cookbook/" . The second one to the current domain "http://www.rebol.net/" . Hence my question, is there an easy way to get the domain from an url? Regards Patrick