RE: [F&O] Typo in 5.1 constructor for xs:QName

Sarah:
Thanks for your comment.  This has been fixed in the version that will be published in a few days.

All the best, Ashok

-----Original Message-----
From: public-qt-comments-request@w3.org [mailto:public-qt-comments-request@w3.org] On Behalf Of Sarah Wilkin
Sent: Tuesday, October 28, 2003 5:09 PM
To: public-qt-comments@w3.org
Subject: [F&O] Typo in 5.1 constructor for xs:QName


Section 5.1 declares the constructor:
"xs:anyURI($srcval as xdt:anyAtomicType) as xs:QName
See 17.14 Casting  to xs:QName for semantics of xs:anyURI."

It should be:
"xs:QName($srcval as xdt:anyAtomicType) as xs:QName
See 17.14 Casting  to xs:QName for semantics of xs:QName."

Received on Wednesday, 29 October 2003 05:29:28 UTC