RE: calling for xproc pain points, requested features, etc

> 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