RE: unbound option bug in Calabash, I think

> 
> What about this one?
> 
>    <p:pipeline xmlns:p="http://www.w3.org/ns/xproc">
>     <p:option name="notBound"/>
>     <p:option name="notUsed" select="$notBound"/>
>     <p:identity/>
>    </p:pipeline>

Hmm. We throw err:XD0023, even if 'notUsed' is not used. Not sure that
is really correct, because section 5.7.2 says:

"The select expression is only evaluated when its actual value is needed
by an instance of the step type being declared..."

Regards,
Vojtech

Received on Friday, 15 May 2009 11:28:23 UTC