calabash 0.8.4: question about p:declare-step

given

<p:declare-step name="test1"
            xmlns:p="http://www.w3.org/ns/xproc">

    <p:input port="primary-source" primary="true"/>
    <p:output port="primary-result" primary="true"/>

    <p:count/>

</p:declare-step>


I thought declaring primary-source explicitly as primary (with
@primary attr) should result in this being treated as the default
readable input.

is this a calabash bug or a misunderstanding of the spec on my part ?

cheers, Jim Fuller

Received on Friday, 31 October 2008 19:19:45 UTC