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 26798 - [XP30] typo in function signature fn:numeric-multiply -> op:numeric-multiply
Summary: [XP30] typo in function signature fn:numeric-multiply -> op:numeric-multiply
Status: RESOLVED DUPLICATE of bug 24914
Alias: None
Product: XPath / XQuery / XSLT
Classification: Unclassified
Component: Functions and Operators 3.0 (show other bugs)
Version: Recommendation
Hardware: PC Windows NT
: P2 trivial
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: 2014-09-14 23:34 UTC by Abel Braaksma
Modified: 2014-09-16 15:15 UTC (History)
0 users

See Also:


Attachments

Description Abel Braaksma 2014-09-14 23:34:57 UTC
Under 1.2 Namespaces and prefixes, last bullet point, the text gives an example of the use of the "op" prefix, and then shows an example as follows:

fn:numeric-multiply($arg1 as numeric, $arg2 as numeric) as numeric

This should be:

op:numeric-multiply($arg1 as numeric, $arg2 as numeric) as numeric
Comment 1 Jonathan Robie 2014-09-16 14:56:54 UTC
Reassigning to F&O
Comment 2 Michael Kay 2014-09-16 15:15:13 UTC

*** This bug has been marked as a duplicate of bug 24914 ***