[Bug 3959] fn-base-uri-23 incorrect URI?

http://www.w3.org/Bugs/Public/show_bug.cgi?id=3959





------- Comment #10 from vano_msu@mail.ru  2006-12-14 23:46 -------
fn-resolve-uri-3:
As I understand condition:
"If $relative or $base is not a valid xs:anyURI an error is raised
[err:FORG0002]"
from fn:resolve-uri, it means that we should check validness of both arguments
without knowledge relative them or absolute.

fn-resolve-uri-4:
"http://" is valid absolute URI according to RFC because authority component
can be empty according to the following rules:

...
authority     = server | reg_name
...
server        = [ [ userinfo "@" ] hostport ]
...

Received on Thursday, 14 December 2006 23:46:36 UTC