- From: <bugzilla@wiggum.w3.org>
- Date: Thu, 07 Jul 2005 15:07:50 +0000
- To: public-qt-comments@w3.org
- Cc:
http://www.w3.org/Bugs/Public/show_bug.cgi?id=1522
Summary: Editorial: 17.1.1 cast as xs:unsignedInt("13")
Product: XPath / XQuery / XSLT
Version: Last Call drafts
Platform: Other
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Functions and Operators
AssignedTo: ashok.malhotra@oracle.com
ReportedBy: frans.englich@telia.com
QAContact: public-qt-comments@w3.org
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
Received on Thursday, 7 July 2005 15:07:53 UTC