- From: <bugzilla@jessica.w3.org>
- Date: Sat, 14 Jan 2017 05:58:16 +0000
- To: public-qt-comments@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=30047
Bug ID: 30047
Summary: function-catalog.xml inconsistent in use of @prefix
Product: XPath / XQuery / XSLT
Version: Working drafts
Hardware: PC
OS: All
Status: NEW
Severity: normal
Priority: P2
Component: Functions and Operators 3.1
Assignee: mike@saxonica.com
Reporter: joewiz@gmail.com
QA Contact: public-qt-comments@w3.org
Target Milestone: ---
I noticed when reviewing
https://www.w3.org/XML/Group/qtspecs/specifications/xpath-functions-31/src/function-catalog.xml
that about half of the functions in the fn namespace (79) have a @prefix="fn"
attribute, whereas the other half (76) have no such prefix.
For example:
<fos:function name="node-name">
But:
<fos:function name="nilled" prefix="fn">
I would propose unifying the markup and giving all functions a @prefix
attribute.
--
You are receiving this mail because:
You are the QA Contact for the bug.
Received on Saturday, 14 January 2017 05:58:23 UTC