[Bug 4625] K2-BaseURIFunc-30

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

           Summary: K2-BaseURIFunc-30
           Product: XML Query Test Suite
           Version: unspecified
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P2
         Component: XML Query Test Suite
        AssignedTo: andrew.eisenberg@us.ibm.com
        ReportedBy: nick@cbcl.co.uk
         QAContact: public-qt-comments@w3.org


fn:base-uri(<anElement xml:base="http://example.com/examples"><b
xml:base=""/>Element content</anElement>/b)

I think this should be returning the "" relative to
"http://example.com/examples" which resolves to "http://example.com/examples"
according to the rules in RFC3986 (page 31), not "http://example.com/" as in
the expected results.

Received on Monday, 11 June 2007 11:31:47 UTC