EPScript/Examples

From EPrints Documentation
Revision as of 13:36, 9 October 2006 by WikiSysop (talk | contribs)
Jump to: navigation, search
EPScript

Examples

Pluralising the editors of a book:


<if test="type = 'book' and is_set(editors)">
  <print expr="editors" />, (ed<if test="length(editors) gt 1">s</if>
</if>