- From: Stephen Buxton <Stephen.Buxton@oracle.com>
- Date: 20 Feb 04 10:23:47
- To: public-qt-comments@w3.org
- Cc:
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