- From: <bugzilla@jessica.w3.org>
- Date: Sun, 25 Oct 2015 10:41:06 +0000
- To: public-qt-comments@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=29239
Bug ID: 29239
Summary: Bad example in 3.5.3.6: use of focus in library
package
Product: XPath / XQuery / XSLT
Version: Last Call drafts
Hardware: PC
OS: All
Status: NEW
Severity: normal
Priority: P2
Component: XSLT 3.0
Assignee: mike@saxonica.com
Reporter: mike@saxonica.com
QA Contact: public-qt-comments@w3.org
Target Milestone: ---
In 3.5.3.6 (in a Note) appears the example
<xsl:variable name="get-order" select="key('orders-key', ?, /)"/>
with the implication that this can be used as a global variable declaration in
a library package. However, it will fail because it references the global
context item (via "/").
--
You are receiving this mail because:
You are the QA Contact for the bug.
Received on Sunday, 25 October 2015 10:41:08 UTC