- From: Norman Walsh <ndw@nwalsh.com>
- Date: Fri, 15 May 2009 07:22:41 -0400
- To: XProc Dev <xproc-dev@w3.org>
- Message-ID: <m2k54ik3um.fsf@nwalsh.com>
"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