- From: Martin Honnen <martin.honnen@gmx.de>
- Date: Sat, 25 Apr 2026 03:10:56 +0200
- To: xproc-dev@w3.org
Received on Saturday, 25 April 2026 01:11:07 UTC
On 25/04/2026 02:57, Sheila Thomson wrote:
>
> The following works as expected:
>
> <p:filter select="/*/greeting[3]" />
>
> But if I use this variation, both xml-calabash and Morgana throw an error:
>
> <p:filter>
> <p:with-option name="select" select="/*/greeting[3]" />
> </p:filter>
Based on the error messages I wonder whether you need
<p:filter>
<p:with-option name="select" select="'/*/greeting[3]'" />
</p:filter>
Received on Saturday, 25 April 2026 01:11:07 UTC