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

[REBOL] Problem with url! value in path! value

From: al::bri::xtra::co::nz at: 8-Jun-2002 0:55

Problem with url! value in path! value ====================================== If a URL! is in a path!, the values in the path! after the url! get combined with the URL! on some occasions, but not all. This is OK:
>> to-block probe to-path [html xmlns xml:lang lang]
html/xmlns/xml:lang/lang == [html xmlns xml:lang lang] But this?
>> x: [html/xmlns/xml:lang/lang]
== [html/xmlns/xml:lang/lang]
>> to-block x/1
== [html xmlns xml:lang/lang] :( Note that the xml:lang/lang isn't split up as the first is. I've sent this to [feedback--rebol--com]. Andrew Martin ICQ: 26227169 http://valley.150m.com/