]> granicus.if.org Git - docbook-dsssl/commitdiff
Add citation to attribution and make all the components of attribution optional ...
authorNorman Walsh <ndw@nwalsh.com>
Tue, 18 Jan 2005 18:39:10 +0000 (18:39 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Tue, 18 Jan 2005 18:39:10 +0000 (18:39 +0000)
docbook/relaxng/src/pool.rnc

index 1746fdad8f2e8b136bfd14117d25f55900170ef6..486ca6fd06fd88b85d544d55f49522096fc03bd6 100644 (file)
@@ -1080,7 +1080,7 @@ div {
    db.attribution =
       element attribution {
          db.attribution.attlist,
-         (db._text | db.personname | db.citetitle)+
+         (db._text | db.personname | db.citetitle | db.citation)*
       }
 }