Add separator support to <copyright><holder> rendering when there are multiple

copyright holders.

Spotted by:	yar
This commit is contained in:
Hiroki Sato 2006-02-21 19:23:30 +00:00
parent 22d532af1a
commit c94bdf1708
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=27212

View file

@ -298,6 +298,13 @@
(make entity-ref name: "#8482"))))
($charseq$)))
;; multiple copyright holders should be separated.
(element (copyright holder)
(make sequence
($charseq$)
(if (not (last-sibling? (current-node)))
(literal ", ")
(empty-sosofo))))
]]>
<!-- HTML with images ............................................ -->