p:filter component

we already have p:load and p:store that do the same as p:document

I want to ask for a p:filter which would do the same as the mechanism behind
the <p:input select>

It would have this signature

<p:declare-step type="p:filter">
  <p:input port="source"/>
  <p:output port="result" sequence="true"/>
  <p:option name="select" required="true"/> <!-- XPath -->
</p:declare-step>

It would wrap the result of each selection in a <c:result> element


Mohamed
-- 
Innovimax SARL
Consulting, Training & XML Development
9, impasse des Orteaux
75020 Paris
Tel : +33 9 52 475787
Fax : +33 1 4356 1746
http://www.innovimax.fr
RCS Paris 488.018.631
SARL au capital de 10.000 €

Received on Saturday, 3 May 2008 13:17:43 UTC