This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 3301 - [FO] Editorial: Error Function: Examples: can return QName, not only anyURI
Summary: [FO] Editorial: Error Function: Examples: can return QName, not only anyURI
Status: CLOSED FIXED
Alias: None
Product: XPath / XQuery / XSLT
Classification: Unclassified
Component: Functions and Operators 1.0 (show other bugs)
Version: Candidate Recommendation
Hardware: All All
: P5 trivial
Target Milestone: ---
Assignee: Ashok Malhotra
QA Contact: Mailing list for public feedback on specs from XSL and XML Query WGs
URL: http://www.w3.org/TR/xpath-functions/...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-24 10:07 UTC by Florent Georges
Modified: 2007-02-25 23:44 UTC (History)
0 users

See Also:


Attachments

Description Florent Georges 2006-05-24 10:07:36 UTC
Hi

  In FO §3.1, there is the following example (first example):

    fn:error() returns http://www.w3.org/2005/xqt-errors#FOER0000
    to the external processing environment

  But §3 says:

    While this function never returns a value, an error is
    returned to the external processing environment as an
    xs:anyURI or an xs:QName.

  So I expect instead something like:

    fn:error() returns http://www.w3.org/2005/xqt-errors#FOER0000
    (or the corresponding xs:QName) to the external processing
    environment

  The second example has the same issue.

  Regards,

--drkm
Comment 1 Ashok Malhotra 2006-06-02 16:38:41 UTC
Fixed!  Thanks!
Comment 2 Jim Melton 2007-02-25 23:44:48 UTC
Closing bug because commenter has not objected to the resolution posted and more than two weeks have passed.