⧼vector-jumptocontent⧽

EPScript/Examples: Difference between revisions

From EPrints Documentation
m Reverted edit of JvgZ7x, changed back to last version by WikiSysop
(No difference)

Revision as of 08:40, 3 September 2007

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>