Re: unbound option bug in Calabash, I think

"Henry S. Thompson" <ht@inf.ed.ac.uk> writes:
> Toman_Vojtech writes:
>
>>> Should this pipeline run w/o error?
>>>
>>>    <p:pipeline xmlns:p="http://www.w3.org/ns/xproc">
>>>     <p:option name="notBound"/>
>>>     <p:identity/>
>>>    </p:pipeline>
>>
>> I think so. The option is not required and not used, I think there is no
>> problem.
>
> I agree. 

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>

                                        Be seeing you,
                                          norm

-- 
Norman Walsh <ndw@nwalsh.com> | A man is not necessarily intelligent
http://nwalsh.com/            | because he has plenty of ideas, any
                              | more than he is a good general because
                              | he has plenty of soldiers.-- Chamfort

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