EPScript/Examples
EPScript | ||||||
← XML Syntax | Examples | |||||
|
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>
EPScript | ||||||
← XML Syntax | 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>