- From: Norman Walsh <ndw@nwalsh.com>
- Date: Thu, 23 Jul 2009 09:12:59 -0400
- To: public-xml-processing-model-comments@w3.org
Received on Thursday, 23 July 2009 13:13:46 UTC
Consider this pipeline:
<p:identity>
...
</p:identity>
<p:exec>
<p:input port="source"><p:empty/></p:input>
<p:with-option name="args" select="string-join(//uri,' ')"/>
</p:exec>
Is the primary output port of p:identity bound or not? It's not used by
the following step, but it is used by the with-option.
Be seeing you,
norm
--
Norman Walsh <ndw@nwalsh.com> | Things work out best for those who make
http://nwalsh.com/ | the best of the way things work out.
Received on Thursday, 23 July 2009 13:13:46 UTC