I use it in making a table of sub-projects:

% cd templates
% cat index.xml
...
       <table>
         #foreach ($proj in $reactorProjects)
          <tr>
             <td><a href="$proj.url">$proj.name</a></td>
             <td>$proj.shortDescription</td>
           </tr>
         #end
       </table>
...
%

Volkmann, Mark wrote:

shortDescription is a required element in project.xml, but I haven't yet
discovered how it gets used.  Anybody know?


-------------------------------------------------------------------------------------
A.G. Edwards & Sons' outgoing and incoming e-mails are electronically
archived and subject to review and/or disclosure to someone other than the recipient.


-------------------------------------------------------------------------------------





-- Sean Kelly Independent Consultant http://seankelly.biz/



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to