ORA-FO-412-B: uri equality should take base-uri into account

SECTION 11.2: op:anyURI-equal

op:anyURI-equal simply compares the URI string, but it should also take into account the base-uri.

 For example,

given a base declaration 

 declare base-uri="http://www.foo.com"

 The expression 

 xs:anyURI("http://www.foo.com/boo") = xs:anyURI("boo") should be true.


- Steve B.

Received on Friday, 20 February 2004 13:24:46 UTC