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 1436 - [FO]
Summary: [FO]
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 Windows XP
: 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-05-13 23:15 UTC by Michael Rys
Modified: 2005-09-29 11:15 UTC (History)
0 users

See Also:


Attachments

Description Michael Rys 2005-05-13 23:15:55 UTC
The spec currently says: "For example, cast as xs:unsignedInt("13") returns 
the xs:unsignedInt with value 13. This could also be written xs:unsignedInt
("13")."

This uses very old syntax. Please rewrite as:

"For example, "13" cast as xs:unsignedInt? returns the xs:unsignedInt typed 
value 13. This could also be written xs:unsignedInt("13")."
Comment 1 Ashok Malhotra 2005-05-20 23:05:15 UTC
Fixed!  Thanks!

Ashok Malhotra