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 1522 - Editorial: 17.1.1 cast as xs:unsignedInt("13")
Summary: Editorial: 17.1.1 cast as xs:unsignedInt("13")
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: Other Linux
: P2 normal
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-07-07 15:07 UTC by Frans Englich
Modified: 2005-09-29 11:30 UTC (History)
0 users

See Also:


Attachments

Description Frans Englich 2005-07-07 15:07:50 UTC
Hi, 
 
In section "17.1.1 Casting from xs:string and xdt:untypedAtomic" there appears 
to be a typo, the third paragraph reads: 
 
For example, cast as xs:unsignedInt("13") returns the xs:unsignedInt with value 
13. This could also be written xs:unsignedInt("13"). 
 
The cast expressions seems to me to be syntactically wrong, and the paragraph 
should instead read: 
 
For example, "13" cast as xs:unsignedInt returns the xs:unsignedInt with value 
13. This could also be written xs:unsignedInt("13"). 
 
 
Cheers, 
Frans
Comment 1 Ashok Malhotra 2005-07-07 16:34:43 UTC
This has been fixed as a result of other, earlier comments.