Re: p:directory step

That's interesting but how hard it will be with such a construct
to have the sequence of all files in a directory (non recusive)?

 <p:directory-list name="list" path="." filter="*.xml"/>
  <p:for-each>
     <p:iteration-source select="//c:file"/>
     <p:output port="result"/>
     <p:load href="{/c:file/@name}"/>
  </p:for-each>

Would that work ?

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 Tuesday, 24 July 2007 11:06:18 UTC