- From: <bugzilla@jessica.w3.org>
- Date: Sat, 24 Sep 2011 16:19:26 +0000
- To: public-qt-comments@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=14278
Summary: [QT3] extraneous quotes in path009
Product: XPath / XQuery / XSLT
Version: Working drafts
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: normal
Priority: P2
Component: XQuery 3 & XPath 3 Test Suite
AssignedTo: mike@saxonica.com
ReportedBy: andrew.eisenberg@us.ibm.com
QAContact: public-qt-comments@w3.org
Test case path009 contains the query:
fn:path(//processing-instruction()[1])
and expected result:
/processing-instruction("xml-stylesheet")[1]
Our latest draft contains the following rule in fn:path:
"5. For a processing-instruction node:
processing-instruction({local})[{position}] where {local} is the name of the
processing instruction node and {position} is an integer representing the
position of the selected node among its like-named processing-instruction node
siblings"
I believe that the expected result should be:
/processing-instruction(xml-stylesheet)[1]
--
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
Received on Saturday, 24 September 2011 16:19:28 UTC