- From: Imsieke, Gerrit, le-tex <gerrit.imsieke@le-tex.de>
- Date: Tue, 7 Mar 2017 08:25:15 +0100
- To: xproc-dev@w3.org
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