- From: <bugzilla@jessica.w3.org>
- Date: Wed, 16 Oct 2013 14:33:05 +0000
- To: public-qt-comments@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=23533
Bug ID: 23533
Summary: [XSLT 3.0] Implicit mapping semantics for copy-of()
and snapshot()
Product: XPath / XQuery / XSLT
Version: Working 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
There are use cases where it would be very convenient to apply copy-of() and/or
snapshot() to a sequence rather than just a single node. For example
<xsl:apply-templates select="copy-of(*)"/>
This can be written
<xsl:apply-templates select="*!copy-of(.)"/>
but this seems clumsy.
--
You are receiving this mail because:
You are the QA Contact for the bug.
Received on Wednesday, 16 October 2013 14:33:10 UTC