Re: p:filter using p:with-option for select

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