- From: <bugzilla@jessica.w3.org>
- Date: Tue, 31 Jan 2012 12:47:53 +0000
- To: public-qt-comments@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=15808
Summary: Illustrative user-written functions signatures are
wrong
Product: XPath / XQuery / XSLT
Version: Proposed Recommendation
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Functions and Operators 3.0
AssignedTo: mike@saxonica.com
ReportedBy: spungi@gmail.com
QAContact: public-qt-comments@w3.org
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*
--
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
Received on Tuesday, 31 January 2012 12:47:55 UTC