[Bug 1511] New: Invalid casting syntax in example, Section 17.1.1

http://www.w3.org/Bugs/Public/show_bug.cgi?id=1511

           Summary: Invalid casting syntax in example, Section 17.1.1
           Product: XPath / XQuery / XSLT
           Version: Last Call drafts
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: minor
          Priority: P2
         Component: Functions and Operators
        AssignedTo: ashok.malhotra@oracle.com
        ReportedBy: chamberl@almaden.ibm.com
         QAContact: public-qt-comments@w3.org


Section 17.1.1, Casting from xs:string and xdt:untypedAtomic, paragraph 3, 
first sentence reads as follows:

For example, cast as xs:unsignedInt("13") returns the xs:unsignedInt with value 
13.

This seems to be an editorial error. cast as xs:unsignedInt("13") is not valid 
syntax. It should be changed to "13" cast as xs:unsignedInt.

Received on Tuesday, 28 June 2005 21:37:24 UTC