- From: James Fuller <james.fuller.2007@gmail.com>
- Date: Thu, 11 Dec 2008 15:27:18 +0100
- To: xproc-dev <xproc-dev@w3.org>
consider the following pipeline
<p:pipeline name="pipeline"
xmlns:p="http://www.w3.org/ns/xproc">
<!-- should not evaluate this declare-step //-->
<p:declare-step name="test1" type="p:identity">
<p:input port="source" sequence="true"/>
<p:output port="result" sequence="true"/>
<p:count/>
</p:declare-step>
<p:identity/>
</p:pipeline>
should this not throw an error ? perhaps err:XS0002 or
cheers, Jim Fuller
Received on Thursday, 11 December 2008 14:27:54 UTC