This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
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")."
Fixed! Thanks! Ashok Malhotra