You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by js...@apache.org on 2002/06/02 07:15:41 UTC

cvs commit: jakarta-commons-sandbox/jelly/xdocs todo.xml

jstrachan    2002/06/01 22:15:41

  Modified:    jelly/xdocs todo.xml
  Log:
  added new item in to do list; support for embedded ${foo} expressions inside attributes and elements text
  
  Revision  Changes    Path
  1.5       +2 -0      jakarta-commons-sandbox/jelly/xdocs/todo.xml
  
  Index: todo.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/jelly/xdocs/todo.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- todo.xml	31 May 2002 10:48:29 -0000	1.4
  +++ todo.xml	2 Jun 2002 05:15:41 -0000	1.5
  @@ -13,6 +13,8 @@
           Jelly.  Contributions are welcome!.
         </p>
         <ul>
  +        <li>support the use of ${foo.bar} expressions within attribute values (as is common with Ant)
  +        	as well as inside element text also.</li>
           <li>write an Ant &lt;fileWalker&gt; tag that takes one or more Ant &lt;fileSet&gt; elements 
           	and outputs an Iterator to a variable that can then be used inside a &lt;j:forEach&gt; 
           	tag to perform processing for each file in an Ant fileSet. 
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>