> I think your second example is still broken, because it contains a > loop. > > Here's your example: > > <p:group> > <p:output port="result"> > <p:inline><doc/><p:inline> > </p:output> > <p:identity name="identity1"> > <p:input port="source"> > <p:pipe step="identity2" port="result"/> > </p:input> > </p:input> > <p:identity name="identity2"/> > </p:group> > Hmm, then I misunderstood what 'ordering of steps based on connections between them' means. I thought that in this case, the processor would detect that "identity1" explicitly depends on "identity1", and it would therefore reverse the evaluation order of the steps. After that, it would create the default bindings for the unbound input ports, options, etc... But maybe I just see it more complicated than it is. Regards, VojtechReceived on Thursday, 22 January 2009 17:16:15 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Thursday, 22 January 2009 17:16:15 GMT