- From: <bugzilla@wiggum.w3.org>
- Date: Tue, 25 Oct 2005 12:43:16 +0000
- To: public-qt-comments@w3.org
- Cc:
http://www.w3.org/Bugs/Public/show_bug.cgi?id=2414
Summary: fn:min, 15.4.4.1 Examples
Product: XPath / XQuery / XSLT
Version: Last Call drafts
Platform: Other
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Functions and Operators
AssignedTo: ashok.malhotra@oracle.com
ReportedBy: frans.englich@telia.com
QAContact: public-qt-comments@w3.org
The fourth example in `5.4.4.1 Examples' appears to have a type. It reads:
fn:min(xs:float(0.0E0), xs:float(-0.0E0) can return either positive or negative
zero.
I think it should be:
fn:min((xs:float(0.0E0), xs:float(-0.0E0))) can return either positive or
negative zero.
That is, I think one pair of parentheses and one right parenthesis is missing.
Cheers,
Frans
Received on Tuesday, 25 October 2005 12:43:21 UTC