Bug in Calabash: not reporting error on input port with p:empty

Hey Norm,

This pipeline has an empty input port:

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

    <p:input port="source">
        <p:empty />
    </p:input>

    <p:output port="result" />

    
    <p:identity>
        <p:input port="source">
            <p:data wrapper="h:HelloWorld"
                    content-type="text/plain"
                    href="HelloWorld.txt" />
        </p:input>
    </p:identity>

</p:declare-step>

Calabash accepts it. Shouldn't it generate an error?

/Roger

Received on Saturday, 18 July 2009 13:29:05 UTC