Re: Option inheritance

On Tue, Jan 29, 2013 at 4:48 AM, Toman, Vojtech <vojtech.toman@emc.com>wrote:

>
> Application of autobinding to parameters
> ========================================
>
> Suppose we model parameters as an XSLT 3.0 map. With the autobinding
> facility,
> we could make the p:pipeline shortcut equivalent to:
>
> <p:declare-step>
>   <p:input port="source">
>   <p:output port="result"/>
>   <p:option name="parameters" autobind="true" type="map(*)"/>
>   ...
> </p:declare-step>
>
>
How do we explicitly set specific parameters for steps like XSLT on the
step invocation?

That is, do with still have p:with-param ?

-- 
--Alex Milowski
"The excellence of grammar as a guide is proportional to the paucity of the
inflexions, i.e. to the degree of analysis effected by the language
considered."

Bertrand Russell in a footnote of Principles of Mathematics

Received on Friday, 1 February 2013 18:07:50 UTC