- From: <bugzilla@farnsworth.w3.org>
- Date: Wed, 02 Apr 2008 16:38:20 +0000
- To: public-qt-comments@w3.org
- CC:
Summary: [F&O] Summary for namespace-uri-from-QName wrong
Product: XPath / XQuery / XSLT
Version: Candidate Recommendation
Platform: PC
OS/Version: Windows NT
Status: NEW
Severity: normal
Priority: P2
Component: Functions and Operators
AssignedTo: mike@saxonica.com
ReportedBy: oliver@cbcl.co.uk
QAContact: public-qt-comments@w3.org
F&O 11.2.4:
fn:namespace-uri-from-QName($arg as xs:QName?) as xs:anyURI?
Summary: Returns the namespace URI for $arg as an xs:string. If $arg is the
empty sequence, the empty sequence is returned. If $arg is in no namespace, the
zero-length string is returned.
Surely the summary should read xs:anyURI and not xs:string. Also one could
argue that the term "zero-length string" should read "zero-length xs:anyUri",
or "xs:anyUri whose value is the zero-length string", but that is just picking
hairs.
Received on Friday, 4 April 2008 09:59:10 UTC