- From: <Toman_Vojtech@emc.com>
- Date: Thu, 23 Jul 2009 06:24:49 -0400
- To: <public-xml-processing-model-comments@w3.org>
> Presuming you meant those to be output ports, so we have > > <p:declare-step> > <p:output port="one"/> > <p:output port="two" primary="true"/> > </p:declare-step> > > "... a step has more than one output port and _none is > explicitly marked_ > as the primary," [emphasis added] > > I don't see how the above words apply to this case -- *two* _is_ > explicitly marked as primary. Or am I missing something? I think I must have had a complete reversal of my mind. Of course I meant this: <p:declare-step> <p:output port="one"/> <p:output port="two" primary="false"/> </p:declare-step> Regards, Vojtech
Received on Thursday, 23 July 2009 10:30:58 UTC