- From: Norman Walsh <ndw@nwalsh.com>
- Date: Thu, 24 May 2007 09:39:54 -0400
- To: public-xml-processing-model-wg@w3.org
Received on Thursday, 24 May 2007 13:40:36 UTC
Just so we're clear, assuming that px:some-other-step is declared with a single parameter input port, then given: <p:group> <p:input port="paramters" parameters="yes"> <c:paramters> <c:param name="p1" value="p1"/> <c:param name="p2" value="p2"/> <c:param name="p3" value="TEST"/> </c:parameters> </p:input> <p:parameter name="p3" value="p3"/> <p:parameter name="foo" value="bar"/> <px:some-other-step/> </p:group> I expect px:some-other-step to see the following parameter bindings: p1=p1 p2=p2 p3=p3 foo=bar Henry thought I was, what was the word, "insane" I think :-), when I pointed that out in IM. Be seeing you, norm -- Norman Walsh <ndw@nwalsh.com> | Curiosity will conquer fear even more http://nwalsh.com/ | than bravery will.--James Stephens
Received on Thursday, 24 May 2007 13:40:36 UTC