- From: <vojtech.toman@emc.com>
- Date: Tue, 10 Jan 2012 08:51:24 -0500
- To: <xproc-dev@w3.org>
> OTOH, this clearly has to be forbidden: > > <p:for-each select="//appendix"> > <p:iteration-source select="//chapter"> > <p:pipe step="somestep" port="result"/> > </p:iteration-source> > </p:for-each> It surely looks weird, but how much is it different from, say, the following: <p:filter select="//appendix"> <p:input port="source" select="//chapter"> <p:pipe step="somestep" port="result"/> </p:input> </p:filter> Vojtech -- Vojtech Toman Consultant Software Engineer EMC | Information Intelligence Group vojtech.toman@emc.com http://developer.emc.com/xmltech
Received on Tuesday, 10 January 2012 13:54:37 UTC