aboutsummaryrefslogtreecommitdiff
path: root/share/sgml/freebsd.dsl
diff options
context:
space:
mode:
authorHiroki Sato <hrs@FreeBSD.org>2006-02-21 19:23:30 +0000
committerHiroki Sato <hrs@FreeBSD.org>2006-02-21 19:23:30 +0000
commitc94bdf1708e6a4a74b98dd5bbd48423bbf186136 (patch)
tree5fd1456103bdecd6fd1ae28ffbad4ee2d56de9c0 /share/sgml/freebsd.dsl
parent22d532af1aafa788045f1b1d643b9e787a38a279 (diff)
downloaddoc-c94bdf1708e6a4a74b98dd5bbd48423bbf186136.tar.gz
doc-c94bdf1708e6a4a74b98dd5bbd48423bbf186136.zip
Add separator support to <copyright><holder> rendering when there are multiple
copyright holders. Spotted by: yar
Notes
Notes: svn path=/head/; revision=27212
Diffstat (limited to 'share/sgml/freebsd.dsl')
-rw-r--r--share/sgml/freebsd.dsl7
1 files changed, 7 insertions, 0 deletions
diff --git a/share/sgml/freebsd.dsl b/share/sgml/freebsd.dsl
index 10769a5b57..9a7b983e97 100644
--- a/share/sgml/freebsd.dsl
+++ b/share/sgml/freebsd.dsl
@@ -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 ............................................ -->