- From: <bugzilla@jessica.w3.org>
- Date: Thu, 06 Dec 2012 12:07:19 +0000
- To: public-qt-comments@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=20271
Bug ID: 20271
Summary: [XT30] QualifiedPattern priority
Classification: Unclassified
Product: XPath / XQuery / XSLT
Version: Working drafts
Hardware: PC
URL: https://www.w3.org/XML/Group/qtspecs/specifications/xs
lt-30/html/Overview.html#default-priority
OS: Windows NT
Status: NEW
Severity: normal
Priority: P2
Component: XSLT 3.0
Assignee: mike@saxonica.com
Reporter: tim@cbcl.co.uk
QA Contact: public-qt-comments@w3.org
The rules in "6.5 Default Priority for Template Rules" do not have rules for
QualifiedPatterns.
I expect that a match rule such as
((a | b) except c) | (e | f) intersect d)
will have to be treated as multiple rules:
a except c
b except c
e intersect d
f intersect d
each receiving their own priority.
--
You are receiving this mail because:
You are the QA Contact for the bug.
Received on Thursday, 6 December 2012 12:07:22 UTC