W3C home > Mailing lists > Public > xproc-dev@w3.org > November 2020

Re: result documents in an XSLT step?

From: Martin Honnen <martin.honnen@gmx.de>
Date: Sun, 1 Nov 2020 17:23:25 +0100
To: xproc-dev@w3.org
Message-ID: <7976bd4d-50fe-4a4f-e04d-32be92b98247@gmx.de>

On 01.11.2020 16:13, David Birnbaum wrote:
> <p:filter name="filtering" select="descendant::item[paradigm eq
> $current-paradigm]">


For p:filter I think you would need

   <p:filter name="filtering" select="descendant::item[paradigm =
'{$current-paradigm}']">

but it would still need a wrap-sequence to not return a sequence of
different documents where each has an "item" but instead return a single
document wrapping all selected item elements.
Received on Sunday, 1 November 2020 16:23:38 UTC

This archive was generated by hypermail 2.4.0 : Sunday, 1 November 2020 16:23:39 UTC