[Bug 5671] [FO] Type promotion in fn:min and fn:max

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





--- Comment #15 from Michael Kay <mike@saxonica.com>  2009-02-16 10:34:27 ---
The problem noted in comment #9 also affects two other sentences.

The sentence "All items in $arg must be numeric or derived from a single base
type for which the ge operator is defined." should be changed to "All items in
the converted sequence must be derived from a single base type for which the ge
operator is defined." (There is no need to mention numerics as a special case
any more, since if they are numerics the condition will automatically be
satisfied).

The paragraph 

"If the items in the value of $arg are of type xs:string or types derived by
restriction from xs:string, then the determination of the item with the largest
value is made according to the collation that is used. If the type of the items
in $arg is not xs:string and $collation is specified, the collation is
ignored." 

should change to:

"If the items in the converted sequence are of type xs:string or types derived
by restriction from xs:string, then the determination of the item with the
largest value is made according to the collation that is used. If the type of
the items in the converted sequence is not xs:string and $collation is
specified, the collation is ignored."

I am revising the draft E47 accordingly.


-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Monday, 16 February 2009 10:34:36 UTC