- From: <bugzilla@jessica.w3.org>
- Date: Sun, 14 Sep 2014 23:34:57 +0000
- To: public-qt-comments@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=26798
Bug ID: 26798
Summary: [XP30] typo in function signature fn:numeric-multiply
-> op:numeric-multiply
Product: XPath / XQuery / XSLT
Version: Recommendation
Hardware: PC
OS: Windows NT
Status: NEW
Severity: trivial
Priority: P2
Component: XPath 3.0
Assignee: jonathan.robie@gmail.com
Reporter: abel.braaksma@xs4all.nl
QA Contact: public-qt-comments@w3.org
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
--
You are receiving this mail because:
You are the QA Contact for the bug.
Received on Sunday, 14 September 2014 23:34:59 UTC