Re: dynamic evaluation in XProc 3.0

I knew I would botch this easy copy/paste/modify operation. Correction 
after the quote:

On 07.03.2017 08:16, Imsieke, Gerrit, le-tex wrote:
> b) Alternatively, an implementation may be imported directly:
> 
> <p:import href="my_step_impl1.xpl"/>
> 
> <my:step>
>    <p:input port="pipeline">
>      <p:document href="{$my_step_impl}"/>
>    </p:input>
> </my:step>

<p:import href="my_step_impl1.xpl"/>

<my:step/>

⇒ <doc>Hello world!</doc>

Received on Tuesday, 7 March 2017 07:25:49 UTC