[Bug 3433] Comparing xs:anyURI values

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





------- Comment #2 from mike@saxonica.com  2006-07-06 09:40 -------
Note, in XQTS, the tests K-SeqMAXFunc-35, K-SeqMAXFunc-36, K-SeqMINFunc-35, and
K-SeqMINFunc-36 assume that min() and max() cannot be applied to a sequence
consisting solely of xs:anyURI values. (If this is the case, then we have to
keep reading to the end of the sequence, and the function becomes legal if an
xs:string is encountered, because the xs:anyURI values then get promoted.)

Received on Thursday, 6 July 2006 09:40:41 UTC