This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 2409 - Editorial: misbalanced paranteses 15.4.2.1 Examples
Summary: Editorial: misbalanced paranteses 15.4.2.1 Examples
Status: CLOSED FIXED
Alias: None
Product: XPath / XQuery / XSLT
Classification: Unclassified
Component: Functions and Operators 1.0 (show other bugs)
Version: Last Call drafts
Hardware: PC Linux
: P2 minor
Target Milestone: ---
Assignee: Ashok Malhotra
QA Contact: Mailing list for public feedback on specs from XSL and XML Query WGs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-21 23:31 UTC by Frans Englich
Modified: 2006-09-18 10:43 UTC (History)
0 users

See Also:


Attachments

Description Frans Englich 2005-10-21 23:31:25 UTC
To me very best of staring, I think two examples have misbalanced paranteses.

Section `15.4.2.1 Examples' have:

fn:avg((xs:float('INF')), xs:float('-INF')) returns NaN.

I think it should be:

fn:avg((xs:float('INF'), xs:float('-INF'))) returns NaN.


It also have:

fn:avg(($seq3, xs:float('NaN')) returns NaN.

which I think should be:

fn:avg(($seq3, xs:float('NaN'))) returns NaN.


Cheers,
Frans
Comment 1 Ashok Malhotra 2005-11-21 23:54:32 UTC
Thanks!  Fixed!