From: Norman Walsh Date: Wed, 19 Jan 2005 04:35:43 +0000 (+0000) Subject: Allow navigation components at the end of section and sect/n/ X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4deb13789f0de62885c7a4491cd532529655f43e;p=docbook-dsssl Allow navigation components at the end of section and sect/n/ --- diff --git a/docbook/relaxng/src/hier.rnc b/docbook/relaxng/src/hier.rnc index 1388f0943..ac478738c 100644 --- a/docbook/relaxng/src/hier.rnc +++ b/docbook/relaxng/src/hier.rnc @@ -392,7 +392,8 @@ div { element section { db.section.attlist, db.section.info, - db.recursive.blocks.or.sections + db.recursive.blocks.or.sections, + db.navigation.components* } } diff --git a/docbook/relaxng/src/sect1.rnc b/docbook/relaxng/src/sect1.rnc index 65ef680ac..0cbfd2583 100644 --- a/docbook/relaxng/src/sect1.rnc +++ b/docbook/relaxng/src/sect1.rnc @@ -48,7 +48,8 @@ div { ((db.all.blocks+, (db.optional.refentry | (db.sect2*, db.simplesect*))) | db.required.refentry | (db.sect2+, db.simplesect*) - | db.simplesect+) + | db.simplesect+), + db.navigation.components* } } @@ -80,7 +81,8 @@ div { ((db.all.blocks+, (db.optional.refentry | (db.sect3*, db.simplesect*))) | db.required.refentry | (db.sect3+, db.simplesect*) - | db.simplesect+) + | db.simplesect+), + db.navigation.components* } } @@ -112,7 +114,8 @@ div { ((db.all.blocks+, (db.optional.refentry | (db.sect4*, db.simplesect*))) | db.required.refentry | (db.sect4+, db.simplesect*) - | db.simplesect+) + | db.simplesect+), + db.navigation.components* } } @@ -144,7 +147,8 @@ div { ((db.all.blocks+, (db.optional.refentry | (db.sect5*, db.simplesect*))) | db.required.refentry | (db.sect5+, db.simplesect*) - | db.simplesect+) + | db.simplesect+), + db.navigation.components* } } @@ -175,7 +179,8 @@ div { db.sect5.info, ((db.all.blocks+, (db.optional.refentry | db.simplesect*)) | db.required.refentry - | db.simplesect+) + | db.simplesect+), + db.navigation.components* } }