- From: <bugzilla@wiggum.w3.org>
- Date: Fri, 13 May 2005 23:15:55 +0000
- To: public-qt-comments@w3.org
- Cc:
http://www.w3.org/Bugs/Public/show_bug.cgi?id=1436
Summary: [FO]
Product: XPath / XQuery / XSLT
Version: Last Call drafts
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: normal
Priority: P2
Component: Functions and Operators
AssignedTo: ashok.malhotra@oracle.com
ReportedBy: mrys@microsoft.com
QAContact: public-qt-comments@w3.org
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")."
Received on Friday, 13 May 2005 23:16:07 UTC