Relative URI resolution test cases?

Just to double-check my current understanding:

Base URI:      foo:a/b
Relative URI:  c/d
Result URI:    foo:a/c/d

Base URI:      foo:a/b
Relative URI:  /c/d
Result URI:    foo:/c/d

Base URI:      mailto:local/qual1@domain1.org
Relative URI:  more/qual2@domain2.org#frag
Result URI:    mailto:local/more/qual2@domain2.org#frag

Yes?

#g


------------
Graham Klyne
For email:
http://www.ninebynine.org/#Contact

Received on Wednesday, 18 February 2004 14:03:38 UTC