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 15808 - [FO30] Illustrative user-written functions signatures are wrong
Summary: [FO30] Illustrative user-written functions signatures are wrong
Status: CLOSED FIXED
Alias: None
Product: XPath / XQuery / XSLT
Classification: Unclassified
Component: Functions and Operators 3.0 (show other bugs)
Version: Candidate Recommendation
Hardware: PC Linux
: P2 minor
Target Milestone: ---
Assignee: Michael Kay
QA Contact: Mailing list for public feedback on specs from XSL and XML Query WGs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-31 12:47 UTC by Sorin Nasoi
Modified: 2012-07-23 03:39 UTC (History)
1 user (show)

See Also:


Attachments

Description Sorin Nasoi 2012-01-31 12:47:52 UTC
There is an error in the generation of the signatures of all the illustrative user-written functions, see for instance:

- http://www.w3.org/TR/xpath-functions-30/#if-empty signature:

fn:eg:if-empty(	$node	 as node()?,
$value	 as xs:anyAtomicType) as xs:anyAtomicType*

instead of:

eg:if-empty(	$node	 as node()?,
$value	 as xs:anyAtomicType) as xs:anyAtomicType*
Comment 1 Michael Kay 2012-02-06 16:36:12 UTC
Thanks for pointing this out. I have made the necessary changes to the markup, but I will defer marking the bug as fixed until I have done a new build and have verified that the document is rendered correctly.
Comment 2 Michael Kay 2012-07-23 03:38:51 UTC
The problem appears to have been fixed.