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 30299 - [FO31] Typo in example
Summary: [FO31] Typo in example
Status: NEW
Alias: None
Product: XPath / XQuery / XSLT
Classification: Unclassified
Component: Functions and Operators 3.1 (show other bugs)
Version: Recommendation
Hardware: PC All
: P2 normal
Target Milestone: ---
Assignee: Michael Kay
QA Contact: Mailing list for public feedback on specs from XSL and XML Query WGs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-10-16 08:50 UTC by Michael Kay
Modified: 2018-10-16 08:50 UTC (History)
0 users

See Also:


Attachments

Description Michael Kay 2018-10-16 08:50:51 UTC
In the example of map:for-each there is an unwanted semicolon after the declaration

let $dimensions := map{'height': 3, 'width': 4, 'depth': 5};

The same error appears in the XSLT 3.0 specification.