- From: <bugzilla@jessica.w3.org>
- Date: Tue, 04 Mar 2014 12:41:44 +0000
- To: public-qt-comments@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=24914
Bug ID: 24914
Summary: Typo in section about URIs, wrong prefix
Product: XPath / XQuery / XSLT
Version: Proposed Recommendation
Hardware: PC
OS: Windows NT
Status: NEW
Severity: minor
Priority: P2
Component: Functions and Operators 3.0
Assignee: mike@saxonica.com
Reporter: abel.braaksma@xs4all.nl
QA Contact: public-qt-comments@w3.org
Under "1.2 Namespaces and prefixes" [1], the last bullet in the list, the text
describes the use of the "op" prefix, but the example shows
fn:numeric-multiply($arg1 as numeric, $arg2 as numeric) as numeric
This should probably be:
op:numeric-multiply($arg1 as numeric, $arg2 as numeric) as numeric
----
[1] http://www.w3.org/TR/xpath-functions-30/#namespace-prefixes
--
You are receiving this mail because:
You are the QA Contact for the bug.
Received on Tuesday, 4 March 2014 12:41:54 UTC